Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit d255002

Browse files
committed
[LTO] Change test/tools/lto/no-bitcode.s requirement from arm to aarch64
Set the test to properly require aarch64 instead of arm. Otherwise, this test fails with LLVM_TARGETS_TO_BUILD='ARM;X86' bin/llvm-mc: : error: unable to get target for 'arm64-apple-ios7.0.0' Committed on behalf of @easyaspi314 (Devin) Differential Revision: https://reviews.llvm.org/D56472 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351560 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 33cddcf commit d255002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/lto/no-bitcode.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: arm-registered-target
1+
; REQUIRES: aarch64-registered-target
22
; libLTO.dylib shouldn't assert on invalid inputs.
33
; RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -filetype=obj -o %t.o
44
; RUN: llvm-ar r %t.a %t.o

0 commit comments

Comments
 (0)