[PATCH] Add ARM big endian Target (armeb, thumbeb)

Christian Pirker cpirker at a-bix.com
Fri Mar 28 07:56:21 PDT 2014


  I committed this patch as r205008.


================
Comment at: lib/Basic/Targets.cpp:4349
@@ -4296,3 +4348,3 @@
 class DarwinARMTargetInfo :
-  public DarwinTargetInfo<ARMTargetInfo> {
+  public DarwinTargetInfo<ARMleTargetInfo> {
 protected:
----------------
Bernard Ogden wrote:
> Can I say -target armeb-none-darwin-...? What happens if I do?
This is not supported and causes an unknown target triple message.
The behaviour is the same as for "-target aarch64-none-darwin".


http://llvm-reviews.chandlerc.com/D3096



More information about the cfe-commits mailing list