[PATCH] D117083: [BOLT] README: address @apinski-cavium comment

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 20:26:19 PST 2022


Amir created this revision.
Amir added a reviewer: maksfb.
Amir requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Address the comment at:
https://github.com/llvm/llvm-project/commit/4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae#r63658159


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117083

Files:
  bolt/README.md


Index: bolt/README.md
===================================================================
--- bolt/README.md
+++ bolt/README.md
@@ -28,7 +28,7 @@
 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117083.399188.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/e88b47da/attachment.bin>


More information about the llvm-commits mailing list