forked from OSchip/llvm-project
[ELF] - Fix BB after r315051.
Testcase has "zlib" requirement, which is unsupported on windows, so that it was not run locally for me. llvm-svn: 315052
This commit is contained in:
parent
d46753e421
commit
148d75d8d5
|
@ -39,10 +39,10 @@
|
|||
# GNU-NEXT: EntrySize: 1
|
||||
# GNU-NEXT: }
|
||||
|
||||
# RUN: ld.lld %t -o %t.so -shared
|
||||
# RUN: ld.lld --hash-style=sysv %t -o %t.so -shared
|
||||
# RUN: llvm-readobj -sections -section-data %t.so | FileCheck -check-prefix=DATA %s
|
||||
|
||||
# RUN: ld.lld %t2 -o %t2.so -shared
|
||||
# RUN: ld.lld --hash-style=sysv %t2 -o %t2.so -shared
|
||||
# RUN: llvm-readobj -sections -section-data %t2.so | FileCheck -check-prefix=DATA %s
|
||||
|
||||
# DATA: Section {
|
||||
|
|
Loading…
Reference in New Issue