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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 21 17:50:03 PDT 2023


MaskRay added a comment.

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). You may drop the `DebugPrefixMap` (clang/include/clang/Basic/CodeGenOptions.h) change (a no-op without other changes to `DebugPrefixMap` ).


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