diff options
Diffstat (limited to 'test/tools/gold/X86/thinlto_afdo.ll')
-rw-r--r-- | test/tools/gold/X86/thinlto_afdo.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tools/gold/X86/thinlto_afdo.ll b/test/tools/gold/X86/thinlto_afdo.ll index 083f89d77402..617f9f87a917 100644 --- a/test/tools/gold/X86/thinlto_afdo.ll +++ b/test/tools/gold/X86/thinlto_afdo.ll @@ -4,6 +4,7 @@ ; RUN: rm -f %t1.o.4.opt.bc ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ +; RUN: -m elf_x86_64 \ ; RUN: --plugin-opt=thinlto \ ; RUN: --plugin-opt=save-temps \ ; RUN: --plugin-opt=sample-profile=%p/Inputs/afdo.prof \ @@ -12,6 +13,7 @@ ; RUN: opt -S %t1.o.4.opt.bc | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" ; CHECK: ProfileSummary declare void @g(...) |