diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/test-pic-1.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/test-pic-1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/test-pic-1.ll b/llvm/test/CodeGen/X86/test-pic-1.ll index 1cad6c5c096..4d9703e727f 100644 --- a/llvm/test/CodeGen/X86/test-pic-1.ll +++ b/llvm/test/CodeGen/X86/test-pic-1.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | \ -; RUN: llc -mtriple=i686-pc-linux-gnu -relocation-model=pic -o %t -f +; RUN: llc -mtriple=i686-pc-linux-gnu -relocation-model=pic -o %t -f ; RUN: grep _GLOBAL_OFFSET_TABLE_ %t ; RUN: grep piclabel %t | wc -l | grep 3 ; RUN: grep GOT %t | wc -l | grep 3 |