[PATCH] D19032: Move summary creation out of llvm-as into opt

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 13:56:46 PDT 2016


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

One fix needed (looks like an unintended change noted below)?

Let me know if you want me to run the gold tests before submitting, but I think it looks pretty straightforward.


================
Comment at: include/llvm/ExecutionEngine/ExecutionEngine.h:568
@@ -567,3 +567,3 @@
   /// setOptLevel - Set the optimization level for the JIT.  This option
-  /// defaults to CodeGenOpt::Default.
+  /// defaults to CodeGenOpt::Default.-
   EngineBuilder &setOptLevel(CodeGenOpt::Level l) {
----------------
Inadvertent change?


http://reviews.llvm.org/D19032





More information about the llvm-commits mailing list