[all-commits] [llvm/llvm-project] daf307: [ThinLTO] Add metedata 'thinlto_src_module' and 't...
lifengxiang1025 via All-commits
all-commits at lists.llvm.org
Wed Feb 28 18:42:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: daf3079222b09683a24dd5b11815f6467ae41b8d
https://github.com/llvm/llvm-project/commit/daf3079222b09683a24dd5b11815f6467ae41b8d
Author: lifengxiang1025 <lifengxiang.1025 at bytedance.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionImport.cpp
M llvm/test/ThinLTO/X86/visibility-elf.ll
M llvm/test/ThinLTO/X86/visibility-macho.ll
M llvm/test/Transforms/FunctionImport/funcimport.ll
M llvm/test/Transforms/Inline/inline_stats.ll
Log Message:
-----------
[ThinLTO] Add metedata 'thinlto_src_module' and 'thinlto_src_file' (#83110)
Originally, when `EnableImportMetadata` enabled, `SourceFileName` will
be recorded as `thinlto_src_module`. Now `SourceFileName` will be
recorded as `thinlto_src_file` and `ModuleIdentifier` will be recorded
as `thinlto_src_module`.
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