If a function is in a unique section, putting all jump tables in .rodata will prevent functions that have a jump table to get garbage collect by the linker.
Therefore, we need to put jump table into a unique section as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo