[llvm] [BOLT] Enable hugify for AArch64 (PR #117158)

Vladislav Khmelevsky via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 04:21:22 PDT 2025


================
@@ -595,8 +595,15 @@ Error RewriteInstance::discoverStorage() {
 
   // Hugify: Additional huge page from left side due to
   // weird ASLR mapping addresses (4KB aligned)
-  if (opts::Hugify && !BC->HasFixedLoadAddress)
+  if (opts::Hugify && !BC->HasFixedLoadAddress) {
     NextAvailableAddress += BC->PageAlign;
+    if (opts::Verbosity >= 1) {
+      BC->outs()
----------------
yota9 wrote:

Sure, if you would first tell why we need this garbage information in the output :)

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


More information about the llvm-commits mailing list