Couple of questions inline...
================ Comment at: include/clang/Driver/Options.td:580 @@ -579,1 +579,3 @@ +def frewrite_map_file : Separate<["-"], "frewrite-map-file">, + Group<f_Group>, ---------------- Joined and -frewrite-map-file= ? ================ Comment at: lib/CodeGen/BackendUtil.cpp:361 @@ -348,2 +360,3 @@ PassManager *MPM = getPerModulePasses(); + addSymbolRewriterPass(CodeGenOpts, MPM); if (CodeGenOpts.VerifyModule) ---------------- Conditionalize this based on whether or not the flag has been passed or the vector is empty? http://reviews.llvm.org/D6813 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
