diff options
Diffstat (limited to 'test/tools/gold/X86/comdat.ll')
-rw-r--r-- | test/tools/gold/X86/comdat.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tools/gold/X86/comdat.ll b/test/tools/gold/X86/comdat.ll index 8ed520c17c05..7cb1855df2d5 100644 --- a/test/tools/gold/X86/comdat.ll +++ b/test/tools/gold/X86/comdat.ll @@ -1,11 +1,13 @@ ; RUN: llvm-as %s -o %t1.o ; RUN: llvm-as %p/Inputs/comdat.ll -o %t2.o ; RUN: %gold -shared -o %t3.o -plugin %llvmshlibdir/LLVMgold.so %t1.o %t2.o \ +; RUN: -m elf_x86_64 \ ; RUN: -plugin-opt=save-temps ; RUN: FileCheck --check-prefix=RES %s < %t3.o.resolution.txt ; RUN: llvm-readobj -t %t3.o | FileCheck --check-prefix=OBJ %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" $c1 = comdat any |