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

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 21:24:36 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4ed8711520e5: [BOLT] README: address @apinski-cavium comment (authored by Amir Aupov <amir.aupov at gmail.com>).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117083/new/

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.399195.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/34d688e8/attachment.bin>


More information about the llvm-commits mailing list