[PATCH] D49652: Apply -fdebug-prefix-map in reverse of command line order

Alex Xu (Hello71) via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 23 08:21:56 PDT 2018


alxu planned changes to this revision.
alxu added a comment.

The test syntax looked complicated, and I assumed that the documentation was terrible, like wine's, but it's actually pretty good, so I'll give it a go. I think the order is not really surprising though. It is run from right to left, but basically it means that right options override left options, which is how most of them work, e.g. -W and -Wno work based on the rightmost toggle, same with -f and -fno, etc.


Repository:
  rC Clang

https://reviews.llvm.org/D49652





More information about the cfe-commits mailing list