[all-commits] [llvm/llvm-project] 908493: [ThinLTO][NFC] Add Module Name Debug Print when Ge...
Qiongsi Wu via All-commits
all-commits at lists.llvm.org
Tue Oct 3 06:50:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9084934aa95ce01dd2ab18f5b6eedbdf4fdddeae
https://github.com/llvm/llvm-project/commit/9084934aa95ce01dd2ab18f5b6eedbdf4fdddeae
Author: Qiongsi Wu <274595+qiongsiwu at users.noreply.github.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
Log Message:
-----------
[ThinLTO][NFC] Add Module Name Debug Print when Generating Module Maps (#67820)
When computing the module maps, `ThinLTOCodeGenerator` asserts if it
sees duplicating module names. This PR adds a debug print, so that the
list of modules already added can be printed. With this information, one
can identify which modules are causing the duplication.
More information about the All-commits
mailing list