ARM64: remove -m32/-m64 mapping with ARM.
authorTim Northover <tnorthover@apple.com>
Sun, 30 Mar 2014 07:25:23 +0000 (07:25 +0000)
committerTim Northover <tnorthover@apple.com>
Sun, 30 Mar 2014 07:25:23 +0000 (07:25 +0000)
commite69ff5b01d85bf4779133e65574da0b94b03497c
tree13f39ec4ac1e02c1f7e8ac9ff3e5eab124533189
parentc31891e35000c04346754399a0d1677eb4a9d428
ARM64: remove -m32/-m64 mapping with ARM.

This is causing the ARM build-bots to fail since they only include
the ARM backend and can't create an ARM64 target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205132 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Triple.cpp
unittests/ADT/TripleTest.cpp