forked from OSchip/llvm-project
[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:
parent
171e4d1845
commit
4ed8711520
|
@ -28,7 +28,7 @@ generated by Clang/GCC.
|
|||
NOTE: BOLT is currently incompatible with the `-freorder-blocks-and-partition`
|
||||
compiler option. Since GCC8 enables this option by default, you have to
|
||||
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
|
||||
encounter any issues.
|
||||
|
|
Loading…
Reference in New Issue