]> granicus.if.org Git - clang/commit
Add a new optimization option -Og
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 11 Nov 2016 17:29:56 +0000 (17:29 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 11 Nov 2016 17:29:56 +0000 (17:29 +0000)
commit14bfc9e99e6e6903b09480a22c153032be77ae4e
treef2f93ad5eb8ae976141ad4653ce4ca4e745eb718
parent2464f11bd83611babf4afcd58ccc1ae85c899599
Add a new optimization option -Og

Summary:
Just like gcc, we should have the -Og option as more and more software are using it:
https://llvm.org/bugs/show_bug.cgi?id=20765

Reviewers: echristo, dberlin, dblaikie, keith.walker.arm, rengolin

Subscribers: aprantl, friss, mehdi_amini, RKSimon, probinson, majnemer, cfe-commits

Differential Revision: https://reviews.llvm.org/D24998

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286602 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/clang.rst
lib/Frontend/CompilerInvocation.cpp
test/Preprocessor/init.c