forked from OSchip/llvm-project
remove temporary logging again now that things are figured out
This commit is contained in:
parent
964ef8eecc
commit
76f74d15fe
|
@ -7,8 +7,7 @@
|
||||||
# RUN: echo "INCLUDE \"%t.dir/build/bar.script\"" >> %t.dir/build/foo.script
|
# RUN: echo "INCLUDE \"%t.dir/build/bar.script\"" >> %t.dir/build/foo.script
|
||||||
# RUN: echo "/* empty */" > %t.dir/build/bar.script
|
# RUN: echo "/* empty */" > %t.dir/build/bar.script
|
||||||
# RUN: cd %t.dir
|
# RUN: cd %t.dir
|
||||||
# RUN: ld.lld build/foo.script --verbose --reproduce repro.tar
|
# RUN: ld.lld build/foo.script -o /dev/null --reproduce repro.tar
|
||||||
# RUN: tar tf repro.tar
|
|
||||||
# RUN: tar tf repro.tar | FileCheck -DPATH='%:t.dir' %s
|
# RUN: tar tf repro.tar | FileCheck -DPATH='%:t.dir' %s
|
||||||
|
|
||||||
# CHECK: [[PATH]]/build/foo.script
|
# CHECK: [[PATH]]/build/foo.script
|
||||||
|
|
Loading…
Reference in New Issue