[test] fix test as the atom name is available only in DEBUG mode

llvm-svn: 183819
This commit is contained in:
Shankar Easwaran 2013-06-12 00:46:37 +00:00
parent aded51daeb
commit ec36f9a734
1 changed files with 1 additions and 1 deletions

View File

@ -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