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

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 17:53:45 PDT 2025


================
@@ -237,6 +237,12 @@ UseGnuStack("use-gnu-stack",
   cl::ZeroOrMore,
   cl::cat(BoltCategory));
 
+static cl::opt<uint64_t> CustomAllocationVMA(
----------------
maksfb wrote:

Do you want this flag to be at the top level or hidden?

https://github.com/llvm/llvm-project/pull/136385


More information about the llvm-commits mailing list