[all-commits] [llvm/llvm-project] 18ab89: [Bitcode] Avoid setting invalid comdat pointer (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Dec 17 11:27:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18ab892ff7e9032914ff7fdb07685d5945c84fef
https://github.com/llvm/llvm-project/commit/18ab892ff7e9032914ff7fdb07685d5945c84fef
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Log Message:
-----------
[Bitcode] Avoid setting invalid comdat pointer (NFC)
Instead track global objects with implicit comdat in a separate
set. The current approach of temporarily assigning an invalid
comdat pointer is incompatible with D115864.
More information about the All-commits
mailing list