Fix tests from r361013 on X86 bots.

llvm-svn: 361041
This commit is contained in:
Russell Gallop 2019-05-17 15:38:01 +00:00
parent 5ae3113969
commit 3a02b12439
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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