diff options
author | George Rimar <grimar@accesssoftek.com> | 2017-10-06 09:46:04 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2017-10-06 09:46:04 +0000 |
commit | 148d75d8d5f54cb72ba082194ad2c7e4a37afd29 (patch) | |
tree | f2dfd1e15bc002bb3877fb8dd872dc8b96589006 | |
parent | d46753e42120eb796a8a19fd2015daea7fe2f086 (diff) | |
download | bcm5719-llvm-148d75d8d5f54cb72ba082194ad2c7e4a37afd29.tar.gz bcm5719-llvm-148d75d8d5f54cb72ba082194ad2c7e4a37afd29.zip |
[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
-rw-r--r-- | lld/test/ELF/compressed-debug-input.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/compressed-debug-input.s b/lld/test/ELF/compressed-debug-input.s index 926ba75be83..e091ed9c2d6 100644 --- a/lld/test/ELF/compressed-debug-input.s +++ b/lld/test/ELF/compressed-debug-input.s @@ -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 { |