[lld] r178777 - fix command line option to use -o

Nick Kledzik kledzik at apple.com
Thu Apr 4 12:17:58 PDT 2013


Author: kledzik
Date: Thu Apr  4 14:17:58 2013
New Revision: 178777

URL: http://llvm.org/viewvc/llvm-project?rev=178777&view=rev
Log:
fix command line option to use -o

Modified:
    lld/trunk/test/elf/tls.test

Modified: lld/trunk/test/elf/tls.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/tls.test?rev=178777&r1=178776&r2=178777&view=diff
==============================================================================
--- lld/trunk/test/elf/tls.test (original)
+++ lld/trunk/test/elf/tls.test Thu Apr  4 14:17:58 2013
@@ -1,7 +1,7 @@
 RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/tls.x86-64 -static  \
 RUN: -emit-yaml --noinhibit-exec | FileCheck %s -check-prefix=YAML
 
-RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/tls.x86-64 -output=%t \
+RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/tls.x86-64 -o %t \
 RUN:   --noinhibit-exec -e main -static && llvm-objdump -d %t | FileCheck %s
 
 // Verify that the TLS accesses have the correct offsets.





More information about the llvm-commits mailing list