[all-commits] [llvm/llvm-project] 7aaf02: [BitcodeWriter] Fix cases of some functions
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jan 31 16:46:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7aaf024dac719d6cc73e15074ec8c9ad804229ad
https://github.com/llvm/llvm-project/commit/7aaf024dac719d6cc73e15074ec8c9ad804229ad
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M lld/ELF/LTO.cpp
M llvm/include/llvm/Bitcode/BitcodeWriter.h
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/LTO/LTO.cpp
M llvm/lib/LTO/LTOBackend.cpp
M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
M llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
M llvm/tools/gold/gold-plugin.cpp
M llvm/tools/llvm-as/llvm-as.cpp
M llvm/tools/llvm-lto/llvm-lto.cpp
Log Message:
-----------
[BitcodeWriter] Fix cases of some functions
`WriteIndexToFile` is used by external projects so I do not touch it.
More information about the All-commits
mailing list