]> granicus.if.org Git - clang/commit
Add -O[0-3s] support (following llvm-gcc).
authorDaniel Dunbar <daniel@zuster.org>
Thu, 23 Oct 2008 05:50:47 +0000 (05:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 23 Oct 2008 05:50:47 +0000 (05:50 +0000)
commit70f92436f5828c11ef108463da4473d44e114c28
treee62e51e4ac6c1ae5e1f29d1d96da92762d200e35
parente564b52da54af086c943a50d86126a1dacd28839
Add -O[0-3s] support (following llvm-gcc).
 - Passes match llvm-gcc but many of the switches aren't wired.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58034 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.h
Driver/Backend.cpp
Driver/clang.cpp
include/clang/Driver/CompileOptions.h [new file with mode: 0644]