diff options
Diffstat (limited to 'test/ELF/lto/version-script.ll')
-rw-r--r-- | test/ELF/lto/version-script.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/lto/version-script.ll b/test/ELF/lto/version-script.ll index 11a7f073ab51..c43b443ff749 100644 --- a/test/ELF/lto/version-script.ll +++ b/test/ELF/lto/version-script.ll @@ -2,7 +2,7 @@ ; RUN: llvm-as %s -o %t.o ; RUN: echo "VERSION_1.0{ global: foo; local: *; }; VERSION_2.0{ global: bar; local: *; };" > %t.script ; RUN: ld.lld -m elf_x86_64 %t.o -o %t2 -shared --version-script %t.script -save-temps -; RUN: llvm-dis < %t2.lto.bc | FileCheck %s +; RUN: llvm-dis < %t2.0.0.preopt.bc | FileCheck %s ; RUN: llvm-readobj -V -dyn-symbols %t2 | FileCheck --check-prefix=DSO %s target triple = "x86_64-unknown-linux-gnu" |