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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits