[PATCH] D24998: Add a new optimization option -Og
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 27 20:49:40 PDT 2016
majnemer added a subscriber: majnemer.
majnemer added a comment.
Please include full context with your diff.
================
Comment at: lib/Frontend/CompilerInvocation.cpp:101-103
@@ -100,1 +100,5 @@
+ if (S == "g") {
+ return 1;
+ }
+
----------------
Please clang-format this.
https://reviews.llvm.org/D24998
More information about the cfe-commits
mailing list