[ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.
authorLang Hames <lhames@gmail.com>
Fri, 20 Oct 2017 01:18:00 +0000 (01:18 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 20 Oct 2017 01:18:00 +0000 (01:18 +0000)
Will re-enable once I figure out why the necessary runtime functions are
missing on some bots.

llvm-svn: 316203

llvm/test/ExecutionEngine/MCJIT/tlvtest.ll [deleted file]
llvm/test/ExecutionEngine/OrcMCJIT/tlvtest.ll [deleted file]

diff --git a/llvm/test/ExecutionEngine/MCJIT/tlvtest.ll b/llvm/test/ExecutionEngine/MCJIT/tlvtest.ll
deleted file mode 100644 (file)
index 2596dab..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-; 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
-}
-
diff --git a/llvm/test/ExecutionEngine/OrcMCJIT/tlvtest.ll b/llvm/test/ExecutionEngine/OrcMCJIT/tlvtest.ll
deleted file mode 100644 (file)
index 2596dab..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-; 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
-}
-