<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
This commit appropriates the existing "MachO" environment for the<br>
purpose instead.<br>
<br></blockquote><div><br></div><div>Seems pretty reasonable except...</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">==============================<u></u>==================<br>

--- cfe/trunk/test/Preprocessor/<u></u>macho-embedded-predefines.c (added)<br>
+++ cfe/trunk/test/Preprocessor/<u></u>macho-embedded-predefines.c Thu Jan 16 02:48:16 2014<br>
@@ -0,0 +1,5 @@<br>
+// RUN: %clang_cc1 -E -dM -triple thumbv7m-apple-unknown-macho %s | FileCheck %s<br>
+<br>
+// CHECK: #define __APPLE_CC__<br>
+// CHECK: #define __APPLE__<br>
+// CHECK-NOT: #define __MACH__<br>
<br></blockquote><div><br></div><div>This seems wrong/odd. You've got something that is "mach-o" and yet doesn't define Mach?</div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
______________________________<u></u>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/cfe-commits</a><br>
</blockquote>