Remove explicit setting of the CFI jumptable section name, it does not appear to be needed: jump table sections are created with .cfi.jumptable suffix. With this change each jump table is placed in a separate section, which allows the linker to re-order them.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
llvm/test/Transforms/LowerTypeTests/function-arm-thumb.ll | ||
---|---|---|
34 | Nit: I'd drop the {{.*}} here and in function.ll, as they don't appear to be needed. |
Nit: I'd drop the {{.*}} here and in function.ll, as they don't appear to be needed.