forked from OSchip/llvm-project
parent
5ae3113969
commit
3a02b12439
|
@ -1,3 +1,5 @@
|
|||
# REQUIRES: aarch64
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-musl %s -o %t.o
|
||||
# RUN: ld.lld --gc-sections %t.o -o %t
|
||||
# RUN: llvm-readelf -S -r %t | FileCheck %s
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# REQUIRES: arm
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=armv7-linux-musl %s -o %t.o
|
||||
# RUN: ld.lld --gc-sections %t.o -o %t
|
||||
# RUN: llvm-readelf -S -r %t | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue