brintos

brintos / llvm-project-archived public Read only

0
0
Text · 459 B · fbc0777 Raw
13 lines · plain
1; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s2; RUN: verify-uselistorder %s3 4; CHECK: @a = thread_local global i32 05; CHECK: @b = thread_local(localdynamic) global i32 06; CHECK: @c = thread_local(initialexec) global i32 07; CHECK: @d = thread_local(localexec) global i32 08 9@a = thread_local global i32 010@b = thread_local(localdynamic) global i32 011@c = thread_local(initialexec) global i32 012@d = thread_local(localexec) global i32 013