[AArch64] Fix bug in prolog clobbering live reg when shrink wrapping.
[oota-llvm.git] / test / CodeGen / AArch64 / dont-take-over-the-world.ll
1 ; RUN: not llc -mtriple=x86-64 2>&1 | FileCheck %s
2
3 ; To support "arm64" as a -march option, we need to register a second AArch64
4 ; target, but we have to be careful how we do that so that it doesn't become the
5 ; target of last resort when the specified triple is completely wrong.
6
7 ; CHECK: unable to get target for 'x86-64', see --version and --triple.