[all-commits] [llvm/llvm-project] b9f04d: Use one thread for in-process ThinLTO to test debu...
Mingming Liu via All-commits
all-commits at lists.llvm.org
Thu Jun 13 15:55:24 PDT 2024
Branch: refs/heads/users/minglotus-6/spr/summary2
Home: https://github.com/llvm/llvm-project
Commit: b9f04d199dec4f3c221d981dcb91e55298d0693f
https://github.com/llvm/llvm-project/commit/b9f04d199dec4f3c221d981dcb91e55298d0693f
Author: mingmingl <mingmingl at google.com>
Date: 2024-05-19 (Sun, 19 May 2024)
Changed paths:
M llvm/test/ThinLTO/X86/import_callee_declaration.ll
Log Message:
-----------
Use one thread for in-process ThinLTO to test debug logs
Commit: 669e17284c3bd6f964c2d5bce350e95173e49fbb
https://github.com/llvm/llvm-project/commit/669e17284c3bd6f964c2d5bce350e95173e49fbb
Author: mingmingl <mingmingl at google.com>
Date: 2024-06-13 (Thu, 13 Jun 2024)
Changed paths:
M llvm/include/llvm/Transforms/IPO/FunctionImport.h
M llvm/lib/LTO/LTO.cpp
Log Message:
-----------
Changes:
1. Use unordered_map for 'FunctionsToImportTy'.
2. Use reference not value when iterating containers.
Compare: https://github.com/llvm/llvm-project/compare/3456c504de1f...669e17284c3b
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list