diff options
-rw-r--r-- | llvm/test/tools/gold/X86/relax-relocs.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/gold/X86/relax-relocs.ll b/llvm/test/tools/gold/X86/relax-relocs.ll index 24fdf9b0868..bc13c300155 100644 --- a/llvm/test/tools/gold/X86/relax-relocs.ll +++ b/llvm/test/tools/gold/X86/relax-relocs.ll @@ -7,6 +7,8 @@ ; Test that we produce R_X86_64_GOTPCREL instead of R_X86_64_GOTPCRELX ; CHECK: R_X86_64_GOTPCREL foo +target triple = "x86_64-unknown-linux-gnu" + @foo = external global i32 define i32 @bar() { %t = load i32, i32* @foo |