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

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 7 02:34:56 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.
----------------
atrosinenko wrote:

typo: implementing -> implemented?

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


More information about the llvm-commits mailing list