[Lldb-commits] [PATCH] D120195: Cleanup llvm/DebugInfo/PDB headers

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 23 10:08:20 PST 2022


MaskRay added a comment.

In D120195#3334697 <https://reviews.llvm.org/D120195#3334697>, @serge-sans-paille wrote:

> In D120195#3333943 <https://reviews.llvm.org/D120195#3333943>, @MaskRay wrote:
>
>> It'd be good to test `-DLLVM_ENABLE_MODULES=on` build.
>
> Sure, I'll add that to my local test setup.
>
>> Some files get pure new headers.
>
> That's expected. It happens a lot when some headers gets a forward declaration instead of a header include when referencing a type.
>
>> I still think it is good thing to do it separately. There is a risk that someone may revert the change if it breaks some build modes.
>> Splitting the change can be mechanical, perhaps with some git commands to detect what files get pure addition.
>
> I fear I don't have the energy to go at that grain of detail :-/ I'm currently testing with all projects enabled, in release mode. I'll add a setup with ENABLE_MODULE and DEBUG mode to increase the coverage of my pre-commit test

OK, that should be fine. Thanks for the efforts :)
I was just thinking of potential build problems (like thakis') if you happened not to be around to fix...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120195



More information about the lldb-commits mailing list