diff options
| author | Nick Kledzik <kledzik@apple.com> | 2013-04-04 19:17:58 +0000 |
|---|---|---|
| committer | Nick Kledzik <kledzik@apple.com> | 2013-04-04 19:17:58 +0000 |
| commit | 9a632dbe0ce252679b3ef9caaa0410e9f72471b1 (patch) | |
| tree | 359bf0f09d3b0e0b2465261cec82d5c7a096510e /lld | |
| parent | c314b46e718bb5f23ca257af2331c120891361b2 (diff) | |
| download | bcm5719-llvm-9a632dbe0ce252679b3ef9caaa0410e9f72471b1.tar.gz bcm5719-llvm-9a632dbe0ce252679b3ef9caaa0410e9f72471b1.zip | |
fix command line option to use -o
llvm-svn: 178777
Diffstat (limited to 'lld')
| -rw-r--r-- | lld/test/elf/tls.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/tls.test b/lld/test/elf/tls.test index d18c6fccfac..722dba193b5 100644 --- a/lld/test/elf/tls.test +++ b/lld/test/elf/tls.test @@ -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. |

