Will re-enable once I figure out why the necessary runtime functions are
missing on some bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316203
91177308-0d34-0410-b5e6-
96231b3b80d8
+++ /dev/null
-; RUN: %lli %s > /dev/null
-
-@x = thread_local local_unnamed_addr global i32 0
-
-define i32 @main() {
-entry:
- store i32 42, i32* @x
- ret i32 0
-}
-
+++ /dev/null
-; RUN: %lli %s > /dev/null
-
-@x = thread_local local_unnamed_addr global i32 0
-
-define i32 @main() {
-entry:
- store i32 42, i32* @x
- ret i32 0
-}
-