[PATCH] D123969: [LTO] Use names from more GlobalValue types to generate the ModuleID
Matthew Voss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 15:55:48 PDT 2023
ormris updated this revision to Diff 523203.
ormris added a comment.
Herald added a subscriber: hoy.
Changelog:
- Changes are now implemented as a fallback, reducing necessary test changes.
- Add option to allow testing cases using empty module IDs.
- Reduce complexity of symbol filter
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123969/new/
https://reviews.llvm.org/D123969
Files:
llvm/lib/Transforms/Utils/ModuleUtils.cpp
llvm/test/CodeGen/PowerPC/aix-static-init-no-unique-module-id.ll
llvm/test/LTO/Resolution/X86/llvm-used-moduleid.ll
llvm/test/LTO/Resolution/X86/weak-linkage-moduleid.ll
llvm/test/LTO/X86/path-moduleid.ll
llvm/test/ThinLTO/X86/cfi-unsat.ll
llvm/test/ThinLTO/X86/nodevirt-nonpromoted-typeid.ll
llvm/test/Transforms/ThinLTOBitcodeWriter/unsplittable.ll
llvm/test/Transforms/Util/generate-moduleid.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123969.523203.patch
Type: text/x-patch
Size: 8954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230517/3ac6de2e/attachment.bin>
More information about the llvm-commits
mailing list