[llvm] r279612 - Tentatively fix gold-plugin test: ThinLTO objects start at offset 0 now.
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 22:50:08 PDT 2016
Author: mehdi_amini
Date: Wed Aug 24 00:50:07 2016
New Revision: 279612
URL: http://llvm.org/viewvc/llvm-project?rev=279612&view=rev
Log:
Tentatively fix gold-plugin test: ThinLTO objects start at offset 0 now.
Annoyingly, incremental builds don't detect these kind of issue.
Modified:
llvm/trunk/test/tools/gold/X86/thinlto.ll
Modified: llvm/trunk/test/tools/gold/X86/thinlto.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/gold/X86/thinlto.ll?rev=279612&r1=279611&r2=279612&view=diff
==============================================================================
--- llvm/trunk/test/tools/gold/X86/thinlto.ll (original)
+++ llvm/trunk/test/tools/gold/X86/thinlto.ll Wed Aug 24 00:50:07 2016
@@ -60,8 +60,8 @@
; RUN: --plugin-opt=jobs=2 \
; RUN: --plugin-opt=obj-path=%t5.o \
; RUN: -shared %t.o %t2.o -o %t4
+; RUN: llvm-nm %t5.o0 | FileCheck %s --check-prefix=NM2
; RUN: llvm-nm %t5.o1 | FileCheck %s --check-prefix=NM2
-; RUN: llvm-nm %t5.o2 | FileCheck %s --check-prefix=NM2
; NM: T f
; NM2: T {{f|g}}
More information about the llvm-commits
mailing list