AArch64: stop trying to take control of all UnknownArch triples.
authorTim Northover <tnorthover@apple.com>
Fri, 8 Aug 2014 08:27:44 +0000 (08:27 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 8 Aug 2014 08:27:44 +0000 (08:27 +0000)
commitbbdf1e0432cf2173e1080d9fe2be5e30c9cd212a
tree87bf7eb6d7d02e46a93233de78d31f24049be2c3
parentcf403861a3fab92e0ac101da6b859ea70a0da0e5
AArch64: stop trying to take control of all UnknownArch triples.

This short-circuited our error reporting for incorrectly specified
target triples (you'd get AArch64 code instead).

Should fix PR20567.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215191 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
test/CodeGen/AArch64/dont-take-over-the-world.ll [new file with mode: 0644]