[cfe-commits] r134295 - /cfe/trunk/test/CodeGen/darwin-thread-specifier.c

Eric Christopher echristo at apple.com
Fri Jul 1 17:28:30 PDT 2011


Author: echristo
Date: Fri Jul  1 19:28:30 2011
New Revision: 134295

URL: http://llvm.org/viewvc/llvm-project?rev=134295&view=rev
Log:
Add a testcase for r134292.

Part of rdar://9714064

Added:
    cfe/trunk/test/CodeGen/darwin-thread-specifier.c

Added: cfe/trunk/test/CodeGen/darwin-thread-specifier.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/darwin-thread-specifier.c?rev=134295&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/darwin-thread-specifier.c (added)
+++ cfe/trunk/test/CodeGen/darwin-thread-specifier.c Fri Jul  1 19:28:30 2011
@@ -0,0 +1,3 @@
+// RUN: %clang_cc1 -triple x86_64-apple-macosx10.7.0 -emit-llvm -o - %s | FileCheck %s
+// CHECK: @b = thread_local global i32 5, align 4
+__thread int b = 5;





More information about the cfe-commits mailing list