From dd3a1b1065f98cf7e007a4a947ee90fb299d4d69 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Fri, 20 Oct 2017 01:18:00 +0000 Subject: [PATCH] [ExecutionEngine] Temporarily remove the ExecutionEngine tls tests. 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 | 10 ---------- test/ExecutionEngine/OrcMCJIT/tlvtest.ll | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100644 test/ExecutionEngine/MCJIT/tlvtest.ll delete mode 100644 test/ExecutionEngine/OrcMCJIT/tlvtest.ll diff --git a/test/ExecutionEngine/MCJIT/tlvtest.ll b/test/ExecutionEngine/MCJIT/tlvtest.ll deleted file mode 100644 index 2596dabb63f..00000000000 --- a/test/ExecutionEngine/MCJIT/tlvtest.ll +++ /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 index 2596dabb63f..00000000000 --- a/test/ExecutionEngine/OrcMCJIT/tlvtest.ll +++ /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 -} - -- 2.50.1