[PATCH] D144701: [COFF] Put jump table in .rdata for Windows

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 25 05:40:17 PST 2023


pengfei added inline comments.


================
Comment at: llvm/test/MC/COFF/jumptable-rdata.ll:1
+; RUN: llc -mtriple x86_64-pc-win32 < %s | FileCheck %s
+
----------------
You may add a RUN to check the option.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144701



More information about the llvm-commits mailing list