[PATCH] D151595: [BOLT][CMake] Redo the build and install targets
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 14:17:29 PDT 2023
phosek added a comment.
@Amir does this change look good to you?
================
Comment at: bolt/tools/heatmap/CMakeLists.txt:8
-add_bolt_tool(llvm-bolt-heatmap
+add_bolt_executable(llvm-bolt-heatmap
heatmap.cpp
----------------
smeenai wrote:
> Why this change?
This tool wasn't previously included in the `bolt` umbrella target so I assume that it doesn't need an install target, but I'd be helpful for @Amir to confirm.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151595/new/
https://reviews.llvm.org/D151595
More information about the llvm-commits
mailing list