[all-commits] [llvm/llvm-project] e5dd58: Revert "[ORC] Drop Comdat when discarding IR symbol"
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Fri Feb 3 01:05:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5dd58e3a6deacfaaf67fde790f86b8410b18c51
https://github.com/llvm/llvm-project/commit/e5dd58e3a6deacfaaf67fde790f86b8410b18c51
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
R llvm/test/ExecutionEngine/Orc/Inputs/weak-comdat-def.ll
R llvm/test/ExecutionEngine/Orc/weak-comdat.ll
Log Message:
-----------
Revert "[ORC] Drop Comdat when discarding IR symbol"
Failure on Windows:
LLVM ERROR: Associative COMDAT symbol 'c' does not exist.
This reverts commit 76b3f0b4d5a0b8c54147c4c73a30892bbca76467 while
I investigate the problem and a solution that still triggers the
original problem.
More information about the All-commits
mailing list