[llvm] r351560 - [LTO] Change test/tools/lto/no-bitcode.s requirement from arm to aarch64

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 18 07:57:59 PST 2019


Author: rksimon
Date: Fri Jan 18 07:57:59 2019
New Revision: 351560

URL: http://llvm.org/viewvc/llvm-project?rev=351560&view=rev
Log:
[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

Modified:
    llvm/trunk/test/tools/lto/no-bitcode.s

Modified: llvm/trunk/test/tools/lto/no-bitcode.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/lto/no-bitcode.s?rev=351560&r1=351559&r2=351560&view=diff
==============================================================================
--- llvm/trunk/test/tools/lto/no-bitcode.s (original)
+++ llvm/trunk/test/tools/lto/no-bitcode.s Fri Jan 18 07:57:59 2019
@@ -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




More information about the llvm-commits mailing list