Before this patch a Clang module skeleton CU would have a DW_AT_comp_dir pointing to the directory of the module map file, and this information was not used by anyone. Even worse, LLDB actually resolves relative DWO paths by appending it to DW_AT_comp_dir. This patch sets it to the same directory that is used as the main CU's compilation directory, which would make the LLDB code work.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
The isOptimized parameter changed from true to false?