[all-commits] [llvm/llvm-project] 639e41: [Orc][Coff] Skip registration of voltbl sections
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jun 13 23:09:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 639e411c02036523564e897cd2e27fe0d6a59112
https://github.com/llvm/llvm-project/commit/639e411c02036523564e897cd2e27fe0d6a59112
Author: River Riddle <riddleriver at gmail.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.h
Log Message:
-----------
[Orc][Coff] Skip registration of voltbl sections
We're getting asserts for duplicate section registration during
linking which stems back to these sections. From previous
discussions, it seems like these are metadata sections that can
be dropped. See the discussion in D116474 and
https://bugs.llvm.org/show_bug.cgi?id=45111.
Differential Revision: https://reviews.llvm.org/D152574
More information about the All-commits
mailing list