]> granicus.if.org Git - clang/commit
Add a cl.exe compatible driver mode
authorHans Wennborg <hans@hanshq.net>
Fri, 19 Jul 2013 20:33:20 +0000 (20:33 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 19 Jul 2013 20:33:20 +0000 (20:33 +0000)
commitc2f531a1300cc7a79cb8dde12cb993da82beba1b
treef23b9dc39310129ee85958aebcfa6244b7137cd6
parentc6274ce3587e95453f4d4386fab4a77c9d56e18b
Add a cl.exe compatible driver mode

The mode doesn't actually do anything yet, but this provides a
way to get into it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186720 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
test/Driver/cl.c [new file with mode: 0644]
test/lit.cfg
tools/driver/CMakeLists.txt
tools/driver/clang_symlink.cmake
tools/driver/driver.cpp