[PATCH] D48989: -fdebug-prefix-map option for cc1as
Siddhartha Bagaria via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 5 22:37:47 PDT 2018
starsid added a comment.
In https://reviews.llvm.org/D48989#1153773, @compnerd wrote:
> However, please add a test to ensure that the paths are mapped when invoking the assembler
I added the tests to check the mapping logic through llvm-mc in https://reviews.llvm.org/D48988. In this revision, I merely test if the driver is passing the flags to cc1as. The only thing that is untested is if cc1as_main is setting the options in MCContext correctly. If you want to see a test for that, please can you guide me a little on an appropriate way to test this within tools/clang/test.
Repository:
rC Clang
https://reviews.llvm.org/D48989
More information about the cfe-commits
mailing list