File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 67
67
; With save-temps we can confirm that the cached files were copied into temp
68
68
; files to avoid a race condition with the cached files being pruned, since the
69
69
; gold plugin-api only accepts native objects passed back as files.
70
- ; RUN: ls %t4.o.o1
71
- ; RUN: ls %t4.o.o2
70
+ ; RUN: ls %t4.o.lto.o1 %t4.o.lto.o2
72
71
73
72
74
73
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
Original file line number Diff line number Diff line change 12
12
; RUN: llvm-dis %t3.o.0.2.internalize.bc -o - | FileCheck %s
13
13
; RUN: llvm-dis %t3.o.0.4.opt.bc -o - | FileCheck --check-prefix=OPT %s
14
14
; RUN: llvm-dis %t3.o.0.4.opt.bc -o - | FileCheck --check-prefix=OPT2 %s
15
- ; RUN: llvm-nm %t3.o.o | FileCheck --check-prefix=NM %s
15
+ ; RUN: llvm-nm %t3.o.lto. o | FileCheck --check-prefix=NM %s
16
16
17
17
; RUN: rm -f %t4.o
18
18
; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
Original file line number Diff line number Diff line change 2
2
; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
3
3
; RUN: --plugin-opt=save-temps \
4
4
; RUN: -shared %t.o -o %t.so
5
- ; RUN: llvm-readobj -r %t.so.o | FileCheck %s
5
+ ; RUN: llvm-readobj -r %t.so.lto. o | FileCheck %s
6
6
7
7
; Test that we produce R_X86_64_GOTPCREL instead of R_X86_64_GOTPCRELX
8
8
; CHECK: R_X86_64_GOTPCREL foo
You can’t perform that action at this time.
0 commit comments