We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe2c8f commit c308c33Copy full SHA for c308c33
bolt/lib/Rewrite/RewriteInstance.cpp
@@ -599,12 +599,6 @@ Error RewriteInstance::discoverStorage() {
599
// weird ASLR mapping addresses (4KB aligned)
600
if (opts::Hugify && !BC->HasFixedLoadAddress) {
601
NextAvailableAddress += BC->PageAlign;
602
- if (opts::Verbosity >= 1) {
603
- BC->outs()
604
- << "BOLT-INFO: Hugify, Additional huge page from left side due to"
605
- << "weird ASLR mapping addresses(4KB aligned): "
606
- << NextAvailableAddress << '\n';
607
- }
608
}
609
610
if (!opts::UseGnuStack && !BC->IsLinuxKernel) {
0 commit comments