[llvm] [BOLT] Add --custom-allocation-vma flag (PR #136385)

Rafael Auler via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 20:54:35 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list