[PATCH] Emit Clang version information into .comment section (MC's part of implementation) [PART 2B]

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Mon Oct 14 17:27:16 PDT 2013


  lgtm with that change.


================
Comment at: lib/MC/MCAsmInfo.cpp:79
@@ -78,2 +78,3 @@
   HasSingleParameterDotFile = true;
+  HasIdentDirective = true;
   HasNoDeadStrip = false;
----------------
should be false.


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



More information about the llvm-commits mailing list