[Orc][Coff] Skip registration of voltbl sections
authorRiver Riddle <riddleriver@gmail.com>
Fri, 9 Jun 2023 21:08:41 +0000 (14:08 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Wed, 14 Jun 2023 06:08:48 +0000 (23:08 -0700)
commit639e411c02036523564e897cd2e27fe0d6a59112
treea42e8cf76af322c91919eba17171d4601111ac13
parenta5aeba737694f56daacfbe8f78601cbd14f5d359
[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
llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.h