[PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"

Timur Iskhodzhanov timurrrr at google.com
Thu Sep 12 07:37:54 PDT 2013



================
Comment at: test/CodeGenCXX/mangle-ms.cpp:38
@@ -37,1 +37,3 @@
 // X64: @"\01?memptrtofun9@@3P8B@@EAAQ6AHXZXZEQ1@"
+// CHECK: @"\01?local@?1??extern_c_func@@9 at 4HA"
+// X64:   @"\01?local@?1??extern_c_func@@9 at 4HA"
----------------
Now that we have -DAG available, can you add a -DAG suffix to all these assertions, add a "FIXME: move these assertions closer to the definitions" and put your new assertions right before your new definitions?


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



More information about the cfe-commits mailing list