You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
12
external/llvm/test/Assembler/tls-models.ll
vendored
12
external/llvm/test/Assembler/tls-models.ll
vendored
@ -1,12 +0,0 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
|
||||
; RUN: verify-uselistorder %s
|
||||
|
||||
; CHECK: @a = thread_local global i32 0
|
||||
; CHECK: @b = thread_local(localdynamic) global i32 0
|
||||
; CHECK: @c = thread_local(initialexec) global i32 0
|
||||
; CHECK: @d = thread_local(localexec) global i32 0
|
||||
|
||||
@a = thread_local global i32 0
|
||||
@b = thread_local(localdynamic) global i32 0
|
||||
@c = thread_local(initialexec) global i32 0
|
||||
@d = thread_local(localexec) global i32 0
|
Reference in New Issue
Block a user