]> granicus.if.org Git - llvm/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316203 91177308-0d34-0410-b5e6-96231b3b80d8

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

diff --git a/test/ExecutionEngine/MCJIT/tlvtest.ll b/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/test/ExecutionEngine/OrcMCJIT/tlvtest.ll b/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
-}
-