]> granicus.if.org Git - clang/commit
Add support for the /EP argument to clang-cl
authorHans Wennborg <hans@hanshq.net>
Fri, 13 Jun 2014 20:59:54 +0000 (20:59 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 13 Jun 2014 20:59:54 +0000 (20:59 +0000)
commita20f46c319ebb59fa32958ff3529b7f1ade68789
treeaea7f3d11ac2644d88f9c3a6b057549bac4961a0
parent0ced6d24025e01a84796e3f6f18630e5585462d4
Add support for the /EP argument to clang-cl

This maps the /EP argument to both -E and -P.

Patch by Ehsan Akhgari!

Differential Reviion: http://reviews.llvm.org/D4133

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210935 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp
test/Driver/cl-options.c