[lld] r183819 - [test] fix test as the atom name is available only in DEBUG mode
Shankar Easwaran
shankare at codeaurora.org
Tue Jun 11 17:46:37 PDT 2013
Author: shankare
Date: Tue Jun 11 19:46:37 2013
New Revision: 183819
URL: http://llvm.org/viewvc/llvm-project?rev=183819&view=rev
Log:
[test] fix test as the atom name is available only in DEBUG mode
Modified:
lld/trunk/test/elf/X86_64/extern-tls.test
Modified: lld/trunk/test/elf/X86_64/extern-tls.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/extern-tls.test?rev=183819&r1=183818&r2=183819&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/extern-tls.test (original)
+++ lld/trunk/test/elf/X86_64/extern-tls.test Tue Jun 11 19:46:37 2013
@@ -3,7 +3,7 @@
RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/externtls.x86-64 -static \
RUN: -emit-yaml --noinhibit-exec | FileCheck %s -check-prefix=CHECKGOT
-CHECKGOT: - name: __got_tls_extern_tls
+ - name: __got_tls_extern_tls
CHECKGOT: type: got
CHECKGOT: content: [ 00, 00, 00, 00, 00, 00, 00, 00 ]
CHECKGOT: alignment: 2^3
More information about the llvm-commits
mailing list