diff options
| author | Teresa Johnson <tejohnson@google.com> | 2016-08-20 01:22:10 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2016-08-20 01:22:10 +0000 |
| commit | 1f76caf3dd0c3935df409aa698c8f87c754b1dc7 (patch) | |
| tree | e6da1266e70baf48cb7696d814b938d8e7fc963b | |
| parent | be1d3a0b0e389a3d629f8868a7fd17ce809f4ecc (diff) | |
| download | bcm5719-llvm-1f76caf3dd0c3935df409aa698c8f87c754b1dc7.tar.gz bcm5719-llvm-1f76caf3dd0c3935df409aa698c8f87c754b1dc7.zip | |
[gold] Fix new gold test to specify emulation mode
Add emulation mode option for new test added in r279023.
llvm-svn: 279355
| -rw-r--r-- | llvm/test/tools/gold/X86/common_thinlto.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/gold/X86/common_thinlto.ll b/llvm/test/tools/gold/X86/common_thinlto.ll index 14cf7ed1d71..ba38351a74b 100644 --- a/llvm/test/tools/gold/X86/common_thinlto.ll +++ b/llvm/test/tools/gold/X86/common_thinlto.ll @@ -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 |

