[PATCH] D12024: COFF: Introduce flag /opt:lldlto=N for controlling LTO optimization level.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 21:06:43 PDT 2015
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: COFF/Driver.cpp:376
@@ +375,3 @@
+ Config->LTOOptLevel > 3) {
+ error(("/opt:lldlto: invalid optimization level: ") + OptLevel);
+ }
----------------
Remove parentheses around the string literal.
http://reviews.llvm.org/D12024
More information about the llvm-commits
mailing list