]> granicus.if.org Git - clang/commit
clang-cl: Support the /Fe option
authorHans Wennborg <hans@hanshq.net>
Mon, 12 Aug 2013 21:56:42 +0000 (21:56 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 12 Aug 2013 21:56:42 +0000 (21:56 +0000)
commitc65c72d198b02c0d90c6bcced655e4bb11ed3f37
treee352582b62f2515acdf841ddcd2add50aed19651
parent42acc0c357557574514814863cab950f23cbff5e
clang-cl: Support the /Fe option

This is used to name the linked output file.

Differential Revision: http://llvm-reviews.chandlerc.com/D1344

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188210 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/CLCompatOptions.td
lib/Driver/Driver.cpp
lib/Driver/Types.cpp
test/Driver/cl-Fe.c [new file with mode: 0644]
test/Driver/cl-Fo.c