[llvm] Jump table annotations for Linux (PR #112606)
Ard Biesheuvel via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 09:10:08 PDT 2024
================
@@ -162,6 +162,10 @@ static cl::opt<bool> EmitJumpTableSizesSection(
cl::desc("Emit a section containing jump table addresses and sizes"),
cl::Hidden, cl::init(false));
+static cl::opt<bool> AnnotateJumpTables("annotate-jump-tables",
+ cl::desc("Annotate jump tables"),
+ cl::Hidden, cl::init(false));
----------------
ardbiesheuvel wrote:
OK I'll look into that. Suggestions welcome on useful examples.
https://github.com/llvm/llvm-project/pull/112606
More information about the llvm-commits
mailing list