[llvm] r316203 - [ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 18:18:00 PDT 2017
Author: lhames
Date: Thu Oct 19 18:18:00 2017
New Revision: 316203
URL: http://llvm.org/viewvc/llvm-project?rev=316203&view=rev
Log:
[ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.
Will re-enable once I figure out why the necessary runtime functions are
missing on some bots.
Removed:
llvm/trunk/test/ExecutionEngine/MCJIT/tlvtest.ll
llvm/trunk/test/ExecutionEngine/OrcMCJIT/tlvtest.ll
Removed: llvm/trunk/test/ExecutionEngine/MCJIT/tlvtest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/tlvtest.ll?rev=316202&view=auto
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/tlvtest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/tlvtest.ll (removed)
@@ -1,10 +0,0 @@
-; RUN: %lli %s > /dev/null
-
- at x = thread_local local_unnamed_addr global i32 0
-
-define i32 @main() {
-entry:
- store i32 42, i32* @x
- ret i32 0
-}
-
Removed: llvm/trunk/test/ExecutionEngine/OrcMCJIT/tlvtest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/OrcMCJIT/tlvtest.ll?rev=316202&view=auto
==============================================================================
--- llvm/trunk/test/ExecutionEngine/OrcMCJIT/tlvtest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/OrcMCJIT/tlvtest.ll (removed)
@@ -1,10 +0,0 @@
-; RUN: %lli %s > /dev/null
-
- at x = thread_local local_unnamed_addr global i32 0
-
-define i32 @main() {
-entry:
- store i32 42, i32* @x
- ret i32 0
-}
-
More information about the llvm-commits
mailing list