[llvm] [BOLT] Introduce binary analysis tool based on BOLT (PR #115330)

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 06:54:33 PST 2024


================
@@ -0,0 +1,20 @@
+# BOLT-based binary analysis
+
+As part of post-link-time optimizing, BOLT needs to perform a range of analyses
+on binaries such as recontructing control flow graphs, and more.
+
+The `llvm-bolt-binary-analysis` tool enables running requested binary analyses
+on binaries, and generating reports. It does this by building on top of the
+analyses implementing in the BOLT libraries.
----------------
kbeyls wrote:

Thanks for catching this, now fixed.

https://github.com/llvm/llvm-project/pull/115330


More information about the llvm-commits mailing list