Skip to content

Commit ac5f567

Browse files
Fix test nits.
1 parent a328771 commit ac5f567

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lld/test/COFF/common-dedup.ll

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
; REQUIRES: x86
2+
; RUN: rm -rf %t.dir
23
; RUN: split-file %s %t.dir
3-
; RUN: llc %t.dir/t1.ll -o %t.t1.obj --filetype=obj
4-
; RUN: llc %t.dir/t2.ll -o %t.t2.obj --filetype=obj
5-
; RUN: lld-link %t.t1.obj %t.t2.obj -entry:main -out:%t.exe
6-
; RUN: llvm-readobj --section-headers %t.exe | FileCheck %s
4+
; RUN: llc %t.dir/t1.ll -o %t.dir/t1.obj --filetype=obj
5+
; RUN: llc %t.dir/t2.ll -o %t.dir/t2.obj --filetype=obj
6+
; RUN: lld-link %t.dir/t1.obj %t.dir/t2.obj -entry:main -out:%t.dir/out.exe
7+
; RUN: llvm-readobj --section-headers %t.dir/out.exe | FileCheck %s
78

89
; Make sure that the data section contains just one copy of @a, not two.
910
; CHECK: Name: .data

0 commit comments

Comments
 (0)