[PATCH] D49466: Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 10 14:05:41 PST 2019
dankm updated this revision to Diff 181151.
dankm added a comment.
Added unit tests for the prefix remapping.
Switched the sorting on the prefix map, so that <somepath>/sub gets remapped before <somepath> if both are specified.
I intend to do a more invasive change after this review to unify path prefix remapping.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49466/new/
https://reviews.llvm.org/D49466
Files:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/Options.td
include/clang/Lex/PreprocessorOptions.h
lib/CodeGen/CGDebugInfo.h
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/FreeBSD.cpp
lib/Driver/ToolChains/Gnu.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Lex/PPMacroExpansion.cpp
test/CodeGen/debug-prefix-map.c
test/Preprocessor/file_test.c
test/Preprocessor/file_test.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49466.181151.patch
Type: text/x-patch
Size: 11592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190110/6fa987a6/attachment-0001.bin>
More information about the cfe-commits
mailing list