[PATCH] D11824: Make target feature 'arm' cover both 32 and 64 bit architecutres
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 6 16:18:02 PDT 2015
rsmith accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: lib/Basic/Targets.cpp:4552
@@ -4551,2 +4551,3 @@
.Case("arm", true)
+ .Case("aarch32", true)
.Case("softfloat", SoftFloat)
----------------
Should we also recognize "arm32" to better mirror the 64-bit case?
Repository:
rL LLVM
http://reviews.llvm.org/D11824
More information about the cfe-commits
mailing list