diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/tls-local-dynamic.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tls-local-dynamic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tls-local-dynamic.ll b/llvm/test/CodeGen/X86/tls-local-dynamic.ll index 1f1b41a8a6d..711376303a8 100644 --- a/llvm/test/CodeGen/X86/tls-local-dynamic.ll +++ b/llvm/test/CodeGen/X86/tls-local-dynamic.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -relocation-model=pic | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux-gnu -relocation-model=pic | FileCheck %s @x = internal thread_local global i32 0, align 4 @y = internal thread_local global i32 0, align 4 |