[PATCH] D49466: Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Alex Xu (Hello71) via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 23 14:09:10 PDT 2018
alxu added a comment.
FYI, gcc uses the stupid and bad string prefix matching approach. if clang supports the same option, it should have the same behavior. you could decide that it's a bad idea, but then the option should be called something else, otherwise people will have to go back to testing compiler name and versions again which is :(.
Repository:
rC Clang
https://reviews.llvm.org/D49466
More information about the cfe-commits
mailing list