[ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.

Will re-enable once I figure out why the necessary runtime functions are
missing on some bots.

llvm-svn: 316203
This commit is contained in:
Lang Hames 2017-10-20 01:18:00 +00:00
parent 8eec91e96d
commit 716a142940
2 changed files with 0 additions and 20 deletions

View File

@ -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
}

View File

@ -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
}