xref: /aosp_15_r20/external/llvm/test/CodeGen/AArch64/dont-take-over-the-world.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: not llc -mtriple=x86-64 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker; To support "arm64" as a -march option, we need to register a second AArch64
4*9880d681SAndroid Build Coastguard Worker; target, but we have to be careful how we do that so that it doesn't become the
5*9880d681SAndroid Build Coastguard Worker; target of last resort when the specified triple is completely wrong.
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker; CHECK: unable to get target for 'x86-64', see --version and --triple.
8