================
@@ -237,6 +237,12 @@ UseGnuStack("use-gnu-stack",
cl::ZeroOrMore,
cl::cat(BoltCategory));
+static cl::opt<uint64_t> CustomAllocationVMA(
----------------
rafaelauler wrote:
Yeah, it's a good idea to put it hidden. Let me do that.
https://github.com/llvm/llvm-project/pull/136385