[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
Fri Jan 11 13:29:40 PST 2019
dankm updated this revision to Diff 181363.
dankm added a comment.
renamed err_drv_invalid_argument_to_prefix_map to err_drv_invalid_argument_to_option
added more frontend tests for macro-prefix-map and file-prefix-map.
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/Driver/debug-prefix-map.S
test/Driver/debug-prefix-map.c
test/Driver/prefix-map.S
test/Driver/prefix-map.c
test/Preprocessor/file_test.c
test/Preprocessor/file_test.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49466.181363.patch
Type: text/x-patch
Size: 15379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190111/7c78c8dd/attachment.bin>
More information about the cfe-commits
mailing list