[gold] Fix new gold test to specify emulation mode
authorTeresa Johnson <tejohnson@google.com>
Sat, 20 Aug 2016 01:22:10 +0000 (01:22 +0000)
committerTeresa Johnson <tejohnson@google.com>
Sat, 20 Aug 2016 01:22:10 +0000 (01:22 +0000)
Add emulation mode option for new test added in r279023.

llvm-svn: 279355

llvm/test/tools/gold/X86/common_thinlto.ll

index 14cf7ed..ba38351 100644 (file)
@@ -4,6 +4,7 @@
 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
 ; RUN:    --plugin-opt=save-temps \
 ; RUN:    --plugin-opt=thinlto \
+; RUN:    -m elf_x86_64 \
 ; RUN:    -shared %t1.o %t2.o -o %t3
 
 ; RUN: llvm-dis %t1.o.2.internalize.bc -o - | FileCheck %s --check-prefix=INTERNALIZE