]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
clang: Add packageconfig knob for opt-viewer
authorKhem Raj <raj.khem@gmail.com>
Tue, 5 Aug 2025 16:08:54 +0000 (09:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Aug 2025 09:43:42 +0000 (10:43 +0100)
commit70c43e35fb7ce0b71f28a91a1864f02338545522
treeb07b992ff72f30eb8788daee56a95896c7edf1c0
parent0013f501d1de01606b812d930ef6ca842633f551
clang: Add packageconfig knob for opt-viewer

The optimization viewer is a web-based tool that helps developers visualize
and analyze LLVM's optimization passes. It generates reports showing
Which optimizations were applied to specific functions.
Why certain optimizations were or weren't performed.
Performance remarks and missed optimization opportunities
Interactive views of the optimization pipeline.

Its a nice add-on, keep it disabled by default.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/clang/clang/0001-llvm-Allow-users-to-set-LLVM_HAVE_OPT_VIEWER_MODULES.patch [new file with mode: 0644]
meta/recipes-devtools/clang/clang_git.bb
meta/recipes-devtools/clang/common.inc