[PATCH] D144701: [COFF] Put jump table in .rdata for Windows
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 25 17:33:46 PST 2023
LuoYuanke added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:74
+static cl::opt<bool> JumpTableInFunctionSection(
+ "jumptable-in-function-section", cl::Hidden, cl::init(false),
----------------
Not sure if it worth to have a feature tuning for this.
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