]> granicus.if.org Git - clang/commit
Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warning
authorArthur Marble <arthur@info9.net>
Fri, 18 Jul 2014 11:38:58 +0000 (11:38 +0000)
committerArthur Marble <arthur@info9.net>
Fri, 18 Jul 2014 11:38:58 +0000 (11:38 +0000)
commit6590426aeb5275ec33dac2877f9349bbbb2d4b2e
tree0faf2d1365fef72a4a7fe8a3b18b87b10d965329
parent9a1024ba9dd53012a3fd49563ed0230cc7e75f75
Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warning
to the user if they try to pass those optimizations. The revision for this patch
is here: http://reviews.llvm.org/D4474. This patch will fix many errors in the
rebuild of Debian with clang. Here is a link to the page for unknown arguments:
http://clang.debian.net/status.php?version=3.4.2&key=UNKNOWN_ARG

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213365 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/Driver/clang_f_opts.c