forked from OSchip/llvm-project
parent
ee89505799
commit
e325b98836
|
@ -1,3 +1,4 @@
|
|||
// REQUIRES: aarch64
|
||||
# RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-freebsd %p/Inputs/aarch64-tls-ie.s -o %tdso.o
|
||||
# RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-freebsd %s -o %tmain.o
|
||||
# RUN: ld.lld -shared %tdso.o -o %tdso.so
|
||||
|
|
Loading…
Reference in New Issue