]> granicus.if.org Git - clang/commit
Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 15 Apr 2010 06:09:03 +0000 (06:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 15 Apr 2010 06:09:03 +0000 (06:09 +0000)
commit3f87fb08dd502309960646db01099fb4c1be9a7c
tree14d44885588a615f89642234b96b8c9d2e9204f5
parent2df2569679237b4979654a8663cd61aea67ab207
Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser.
 - Note that this is a behavior change, previously -mllvm at the driver level forwarded to clang -cc1. The driver does a little magic to make sure that '-mllvm -disable-llvm-optzns' works correctly, but other users will need to be updated to use -Xclang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101354 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/FrontendOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
tools/driver/cc1_main.cpp