forked from OSchip/llvm-project
[test] fix test as the atom name is available only in DEBUG mode
llvm-svn: 183819
This commit is contained in:
parent
aded51daeb
commit
ec36f9a734
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue