From 4ed8711520e5ae05071751fc7e4ae5a46f011c5d Mon Sep 17 00:00:00 2001 From: Amir Aupov Date: Tue, 11 Jan 2022 21:23:26 -0800 Subject: [PATCH] [BOLT] README: address @apinski-cavium comment Address the comment at: https://github.com/llvm/llvm-project/commit/4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae#r63658159 Reviewed By: maksfb Differential Revision: https://reviews.llvm.org/D117083 --- bolt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt/README.md b/bolt/README.md index dfecb8f131d6..cec59428656a 100644 --- a/bolt/README.md +++ b/bolt/README.md @@ -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.