[llvm-branch-commits] [llvm-branch] r121531 - in /llvm/branches/Apple/whitney/test/CodeGen/X86: tls-1.ll tlv-1.ll
Daniel Dunbar
daniel at zuster.org
Fri Dec 10 13:31:55 PST 2010
Author: ddunbar
Date: Fri Dec 10 15:31:55 2010
New Revision: 121531
URL: http://llvm.org/viewvc/llvm-project?rev=121531&view=rev
Log:
Merge r121316:
--
Author: Eric Christopher <echristo at apple.com>
Date: Wed Dec 8 23:33:23 2010 +0000
Move this test to tlv* to make it easier to notice versus linux tls
support.
Added:
llvm/branches/Apple/whitney/test/CodeGen/X86/tlv-1.ll
- copied, changed from r121530, llvm/branches/Apple/whitney/test/CodeGen/X86/tls-1.ll
Removed:
llvm/branches/Apple/whitney/test/CodeGen/X86/tls-1.ll
Removed: llvm/branches/Apple/whitney/test/CodeGen/X86/tls-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/whitney/test/CodeGen/X86/tls-1.ll?rev=121530&view=auto
==============================================================================
--- llvm/branches/Apple/whitney/test/CodeGen/X86/tls-1.ll (original)
+++ llvm/branches/Apple/whitney/test/CodeGen/X86/tls-1.ll (removed)
@@ -1,19 +0,0 @@
-; RUN: llc < %s -mtriple x86_64-apple-darwin | FileCheck %s
-
- at a = thread_local global i32 0 ; <i32*> [#uses=0]
- at b = thread_local global i32 0 ; <i32*> [#uses=0]
-
-; CHECK: .tbss _a$tlv$init, 4, 2
-; CHECK: .section __DATA,__thread_vars,thread_local_variables
-; CHECK: .globl _a
-; CHECK: _a:
-; CHECK: .quad __tlv_bootstrap
-; CHECK: .quad 0
-; CHECK: .quad _a$tlv$init
-
-; CHECK: .tbss _b$tlv$init, 4, 2
-; CHECK: .globl _b
-; CHECK: _b:
-; CHECK: .quad __tlv_bootstrap
-; CHECK: .quad 0
-; CHECK: .quad _b$tlv$init
Copied: llvm/branches/Apple/whitney/test/CodeGen/X86/tlv-1.ll (from r121530, llvm/branches/Apple/whitney/test/CodeGen/X86/tls-1.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/whitney/test/CodeGen/X86/tlv-1.ll?p2=llvm/branches/Apple/whitney/test/CodeGen/X86/tlv-1.ll&p1=llvm/branches/Apple/whitney/test/CodeGen/X86/tls-1.ll&r1=121530&r2=121531&rev=121531&view=diff
==============================================================================
(empty)
More information about the llvm-branch-commits
mailing list