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:
parent
1d2150fbc9
commit
0317ec6cf8
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user