]> granicus.if.org Git - clang/commit
Move the test for PR13720 from Sema/init.c to Sema/thread-specifier.c.
authorHans Wennborg <hans@hanshq.net>
Wed, 29 Aug 2012 09:04:10 +0000 (09:04 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 29 Aug 2012 09:04:10 +0000 (09:04 +0000)
commit0f87dd74fe1f4fc2bafe16f708500d68ed04d442
treeb428446741537371e1487f95c635c25f46e1f767
parentae7a66f44edebe14d0499d790e91e3ef57e1f70e
Move the test for PR13720 from Sema/init.c to Sema/thread-specifier.c.

Can't use __thread in init.c because it doesn't have a triple.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162836 91177308-0d34-0410-b5e6-96231b3b80d8
test/Sema/init.c
test/Sema/thread-specifier.c