[PATCH] Support generating Jom-style depfiles.
Paul Robinson
Paul_Robinson at playstation.sony.com
Fri Apr 24 11:01:04 PDT 2015
Hi rnk, silvas,
Jom (https://wiki.qt.io/Jom) is an NMake-compatible build tool on
Windows. Dependency files for Jom need to use double-quotes to wrap
filespecs containing special characters, instead of the backslash
escapes that GNU Make wants.
Adds the -MV option, which specifies to use double-quotes as needed
instead of backslash escapes when writing the dependency file.
http://reviews.llvm.org/D9260
Files:
include/clang/Driver/Options.td
include/clang/Frontend/DependencyOutputOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/DependencyFile.cpp
test/Frontend/dependency-gen-escaping.c
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9260.24398.patch
Type: text/x-patch
Size: 5285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150424/a656f120/attachment.bin>
More information about the cfe-commits
mailing list