[BOLT] README: address @apinski-cavium comment

Address the comment at:
4c106cfdf7 (r63658159)

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D117083
This commit is contained in:
Amir Aupov 2022-01-11 21:23:26 -08:00
parent 171e4d1845
commit 4ed8711520
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ generated by Clang/GCC.
NOTE: BOLT is currently incompatible with the `-freorder-blocks-and-partition` NOTE: BOLT is currently incompatible with the `-freorder-blocks-and-partition`
compiler option. Since GCC8 enables this option by default, you have to compiler option. Since GCC8 enables this option by default, you have to
explicitly disable it by adding `-fno-reorder-blocks-and-partition` flag if explicitly disable it by adding `-fno-reorder-blocks-and-partition` flag if
you are compiling with GCC8. you are compiling with GCC8 or above.
PIE and .so support has been added recently. Please report bugs if you PIE and .so support has been added recently. Please report bugs if you
encounter any issues. encounter any issues.