[lld] r178788 - temp change to test case to debug buildbot failure
Nick Kledzik
kledzik at apple.com
Thu Apr 4 13:34:37 PDT 2013
Author: kledzik
Date: Thu Apr 4 15:34:37 2013
New Revision: 178788
URL: http://llvm.org/viewvc/llvm-project?rev=178788&view=rev
Log:
temp change to test case to debug buildbot failure
Modified:
lld/trunk/test/elf/check.objtxt
Modified: lld/trunk/test/elf/check.objtxt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/check.objtxt?rev=178788&r1=178787&r2=178788&view=diff
==============================================================================
--- lld/trunk/test/elf/check.objtxt (original)
+++ lld/trunk/test/elf/check.objtxt Thu Apr 4 15:34:37 2013
@@ -1,5 +1,9 @@
-RUN: lld -flavor gnu -target i386 -e global_func --noinhibit-exec -emit-yaml %p/Inputs/object-test.elf-i386 | FileCheck %s -check-prefix ELF-i386
-RUN: lld -flavor gnu -target hexagon -e global_func --noinhibit-exec -emit-yaml %p/Inputs/object-test.elf-hexagon | FileCheck %s -check-prefix ELF-hexagon
+RUN: lld -flavor gnu -target i386 -e global_func --noinhibit-exec -emit-yaml \
+RUN: %p/Inputs/object-test.elf-i386 -o %t
+RUN: cat %t
+RUN: FileCheck %s -check-prefix ELF-i386 < %t
+RUN: lld -flavor gnu -target hexagon -e global_func --noinhibit-exec -emit-yaml \
+RUN: %p/Inputs/object-test.elf-hexagon | FileCheck %s -check-prefix ELF-hexagon
ELF-i386:defined-atoms:
ELF-i386: - name: tentative
More information about the llvm-commits
mailing list