X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fglobal-sections-tls.ll;h=d5409a579b2f248c4d528e6c3c548fe55b0ff8a6;hb=90c9a16dbfa347016977fa49b0cfe0db438a9504;hp=a80cf327c0fd401d91b92154593e07d03cd2ffd6;hpb=bf15e433b9ac6692e76aff0465cd93bb87f68989;p=oota-llvm.git diff --git a/test/CodeGen/X86/global-sections-tls.ll b/test/CodeGen/X86/global-sections-tls.ll index a80cf327c0f..d5409a579b2 100644 --- a/test/CodeGen/X86/global-sections-tls.ll +++ b/test/CodeGen/X86/global-sections-tls.ll @@ -1,8 +1,8 @@ -; 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 ; [#uses=1] -; LINUX: .section .tbss,"awT",@nobits +; LINUX: .section .tbss,"awT",@nobits ; LINUX: G1: