Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit f151c23

Browse files
committed
Tentatively fix gold-plugin test: ThinLTO objects start at offset 0 now.
Annoyingly, incremental builds don't detect these kind of issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279612 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 07ea3b0 commit f151c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/gold/X86/thinlto.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
; RUN: --plugin-opt=jobs=2 \
6161
; RUN: --plugin-opt=obj-path=%t5.o \
6262
; RUN: -shared %t.o %t2.o -o %t4
63+
; RUN: llvm-nm %t5.o0 | FileCheck %s --check-prefix=NM2
6364
; RUN: llvm-nm %t5.o1 | FileCheck %s --check-prefix=NM2
64-
; RUN: llvm-nm %t5.o2 | FileCheck %s --check-prefix=NM2
6565

6666
; NM: T f
6767
; NM2: T {{f|g}}

0 commit comments

Comments
 (0)