diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/global-sections-tls.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/global-sections-tls.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/global-sections-tls.ll b/llvm/test/CodeGen/X86/global-sections-tls.ll index a80cf327c0f..2c2303042bc 100644 --- a/llvm/test/CodeGen/X86/global-sections-tls.ll +++ b/llvm/test/CodeGen/X86/global-sections-tls.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=i386-unknown-linux-gnu | FileCheck %s -check-prefix=LINUX +; RUN: llc < %s -mtriple=i386-unknown-linux-gnu | FileCheck %s -check-prefix=LINUX ; PR4639 @G1 = internal thread_local global i32 0 ; <i32*> [#uses=1] |