[PATCH] D129107: [BOLT][HUGIFY] adds huge pages support of PIE/no-PIE binaries
    Rafael Auler via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 25 18:16:13 PDT 2022
    
    
  
rafauler added a comment.
By the way, now that I used the pragma fix, I was able to repro the alignment problem you mention and we are investigating. We believe it is a consequence of using ASLR in the kernel (that the 2MB page aligned is ignored and the kernel uses a 4KB one).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129107/new/
https://reviews.llvm.org/D129107
    
    
More information about the llvm-commits
mailing list