================ 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@4HA" +// X64: @"\01?local@?1??extern_c_func@@9@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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
