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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 11:58:26 PDT 2016


joker.eph closed this revision.
joker.eph marked an inline comment as done.
joker.eph added a comment.

r266131


================
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) {
----------------
tejohnson wrote:
> Inadvertent change?
Yes!

================
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) {
----------------
tejohnson wrote:
> joker.eph wrote:
> > tejohnson wrote:
> > > Inadvertent change?
> > Yes!
> Looks like this change wasn't removed before submit in r266131.
sorry, fixed in r266210


http://reviews.llvm.org/D19032





More information about the llvm-commits mailing list