[all-commits] [llvm/llvm-project] 76b3f0: [ORC] Drop Comdat when discarding IR symbol
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Thu Feb 2 23:42:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76b3f0b4d5a0b8c54147c4c73a30892bbca76467
https://github.com/llvm/llvm-project/commit/76b3f0b4d5a0b8c54147c4c73a30892bbca76467
Author: Jonas Hahnfeld <jonas.hahnfeld at cern.ch>
Date: 2023-02-03 (Fri, 03 Feb 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/Layer.cpp
A llvm/test/ExecutionEngine/Orc/Inputs/weak-comdat-def.ll
A llvm/test/ExecutionEngine/Orc/weak-comdat.ll
Log Message:
-----------
[ORC] Drop Comdat when discarding IR symbol
According to the IR verifier, "Declaration[s] may not be in a Comdat!"
Differential Revision: https://reviews.llvm.org/D142443
More information about the All-commits
mailing list