[PATCH] D129107: [BOLT][HUGIFY] adds huge pages support of PIE/no-PIE binaries

Alexey Moksyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 01:16:52 PDT 2022


yavtuk added a comment.

In D129107#3667166 <https://reviews.llvm.org/D129107#3667166>, @rafauler wrote:

> Those should be available in your build folder, here:
>
> $ ninja check-bolt
> $ file tools/bolt/test/runtime/X86/Output/user-func-reorder.c.tmp
> $ file tools/bolt/test/runtime/X86/Output/user-func-reorder.c.tmp.exe

I have 2 different environments, first one is ubuntu with 5.10 kernel and the second one is EulerOS with 4.19 kernel, the user-func-reorder test is successfully passed on the both platform.


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