[all-commits] [llvm/llvm-project] 1c932b: [llvm][Bitcode] Add bitcode reader/writer for DSOL...
Leonard Chan via All-commits
all-commits at lists.llvm.org
Mon Feb 22 10:39:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c932baeaafbd4c9051ed4836f320db9003f4068
https://github.com/llvm/llvm-project/commit/1c932baeaafbd4c9051ed4836f320db9003f4068
Author: Leonard Chan <leonardchan at google.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M llvm/include/llvm/Bitcode/LLVMBitCodes.h
M llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
A llvm/test/Bitcode/dso_local_equivalent.ll
Log Message:
-----------
[llvm][Bitcode] Add bitcode reader/writer for DSOLocalEquivalent
This is necessary for compilation with [thin]lto.
Differential Revision: https://reviews.llvm.org/D96170
More information about the All-commits
mailing list