diff options
Diffstat (limited to 'lld/test/ELF/lto/save-temps.ll')
-rw-r--r-- | lld/test/ELF/lto/save-temps.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lld/test/ELF/lto/save-temps.ll b/lld/test/ELF/lto/save-temps.ll index a7fe96708d7..5c47741e575 100644 --- a/lld/test/ELF/lto/save-temps.ll +++ b/lld/test/ELF/lto/save-temps.ll @@ -1,12 +1,12 @@ ; REQUIRES: x86 -; RUN: rm -f %t %t.lto.bc %t.lto.o +; RUN: rm -f a.out a.out.lto.bc a.out.lto.o ; RUN: llvm-as %s -o %t.o ; RUN: llvm-as %p/Inputs/save-temps.ll -o %t2.o -; RUN: ld.lld -shared -m elf_x86_64 %t.o %t2.o -o %t -save-temps -; RUN: llvm-nm %t | FileCheck %s -; RUN: llvm-nm %t.lto.bc | FileCheck %s -; RUN: llvm-nm %t.lto.o | FileCheck %s -; RUN: llvm-dis %t.lto.bc +; RUN: ld.lld -shared -m elf_x86_64 %t.o %t2.o -save-temps +; RUN: llvm-nm a.out | FileCheck %s +; RUN: llvm-nm a.out.lto.bc | FileCheck %s +; RUN: llvm-nm a.out.lto.o | FileCheck %s +; RUN: llvm-dis a.out.lto.bc target triple = "x86_64-unknown-linux-gnu" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |