[PATCH] D148757: [clang] Follow user-provided order for prefix map

Gulfem Savrun Yeniceri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 21:19:25 PDT 2023


gulfem added a comment.

In D148757#4289152 <https://reviews.llvm.org/D148757#4289152>, @MaskRay wrote:

> In D148757#4289076 <https://reviews.llvm.org/D148757#4289076>, @MaskRay wrote:
>
>> I'm creating a patch to change DebugPrefixMap to respect the command line option order...
>
> Created D148975 <https://reviews.llvm.org/D148975> to follow GCC's behavior (the last applicable option wins).
>
> In this patch, you may drop the `DebugPrefixMap` (clang/include/clang/Basic/CodeGenOptions.h) change (a no-op without other changes to `DebugPrefixMap` ).

Thanks for you guidance on this @MaskRay, and I removed the changes to debuginfo in the new revision.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148757/new/

https://reviews.llvm.org/D148757



More information about the cfe-commits mailing list