diff options
Diffstat (limited to 'test/tools/gold/X86/thinlto_internalize.ll')
| -rw-r--r-- | test/tools/gold/X86/thinlto_internalize.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tools/gold/X86/thinlto_internalize.ll b/test/tools/gold/X86/thinlto_internalize.ll index 4d626ee0d602..f8b200e31978 100644 --- a/test/tools/gold/X86/thinlto_internalize.ll +++ b/test/tools/gold/X86/thinlto_internalize.ll @@ -6,7 +6,7 @@ ; RUN: --plugin-opt=-import-instr-limit=0 \ ; RUN: --plugin-opt=save-temps \ ; RUN: -o %t3.o %t2.o %t.o -; RUN: llvm-dis %t.o.opt.bc -o - | FileCheck %s +; RUN: llvm-dis %t.o.4.opt.bc -o - | FileCheck %s ; f() should be internalized and eliminated after inlining ; CHECK-NOT: @f() @@ -14,6 +14,7 @@ ; h() should be internalized after promotion, and eliminated after inlining ; CHECK-NOT: @h.llvm. +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" define i32 @g() { call void @f() |
