]> granicus.if.org Git - clang/commit
Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes
authorNick Lewycky <nicholas@mxc.ca>
Tue, 25 Jun 2013 01:49:44 +0000 (01:49 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 25 Jun 2013 01:49:44 +0000 (01:49 +0000)
commitfdf137b9073aa52423183fe886d072bc3b7d3889
tree0ae47106ce4c5d21cdba62ccd572db30e40f2812
parent9db7f57c1e3db8a2d06a833a4e0341f0fe310640
Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes
usage of clang as a library.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184812 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp