1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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 1d2150fbc9
commit 0317ec6cf8
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
}