]> granicus.if.org Git - clang/commit
clang-cl: Implement support for the /Fo option
authorHans Wennborg <hans@hanshq.net>
Tue, 6 Aug 2013 22:11:28 +0000 (22:11 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 6 Aug 2013 22:11:28 +0000 (22:11 +0000)
commitab50ccd7f756a1e617ebd32471ba9565bb240d37
treeec9b641b9e20893d7a123bc2c421c0e3cb6b8183
parentacdbbc7811c6045a718669a8a0740488edbbbd66
clang-cl: Implement support for the /Fo option

This implements support for the /Fo option, which is used
to set the filename or output dir for object files.

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

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