[PATCH] D56472: Change test/tools/lto/no-bitcode.s requirement from arm to aarch64
easyaspi314 (Devin) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 8 19:18:12 PST 2019
easyaspi314 created this revision.
easyaspi314 added reviewers: RKSimon, craig.topper, MaskRay.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, kristof.beyls, inglorion, javed.absar, mehdi_amini.
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'
Repository:
rL LLVM
https://reviews.llvm.org/D56472
Files:
test/tools/lto/no-bitcode.s
Index: test/tools/lto/no-bitcode.s
===================================================================
--- test/tools/lto/no-bitcode.s
+++ test/tools/lto/no-bitcode.s
@@ -1,4 +1,4 @@
-; REQUIRES: arm-registered-target
+; REQUIRES: aarch64-registered-target
; libLTO.dylib shouldn't assert on invalid inputs.
; RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -filetype=obj -o %t.o
; RUN: llvm-ar r %t.a %t.o
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56472.180782.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190109/0bb34d45/attachment.bin>
More information about the llvm-commits
mailing list