[PATCH] D28141: [COFF] Use 32-bit jump table entries in .rdata for Win64

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 13:08:03 PDT 2023


rnk added a comment.

In D28141#4143347 <https://reviews.llvm.org/D28141#4143347>, @wxiao3 wrote:

> @rnk do you have plan to bring this back?

As far as I can tell, the issue is currently fixed, see the usage of `.section .rdata` and `.long` directives from llc here: https://gcc.godbolt.org/z/1znoroP74


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D28141/new/

https://reviews.llvm.org/D28141



More information about the llvm-commits mailing list