forked from OSchip/llvm-project
parent
235679181b
commit
ad004470fe
|
@ -1,3 +1,4 @@
|
|||
// REQUIRES: arm
|
||||
// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o
|
||||
// RUN: ld.lld -r %t.o -o %t2.o
|
||||
// RUN: ld.lld -shared %t2.o -o %t.so
|
||||
|
|
Loading…
Reference in New Issue