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

Wei Xiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 02:45:57 PDT 2023


wxiao3 added a comment.

In D28141#4316637 <https://reviews.llvm.org/D28141#4316637>, @rnk wrote:

> 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

Yes, I fix it at: https://reviews.llvm.org/D144701


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