[clang] ae2f816 - [CMake] Include opt-viewer in Fuchsia toolchain (#75296)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 07:37:16 PST 2023
Author: Petr Hosek
Date: 2023-12-13T07:37:12-08:00
New Revision: ae2f8167eefbc78c6b6408c9ee3b7c7965ed596a
URL: https://github.com/llvm/llvm-project/commit/ae2f8167eefbc78c6b6408c9ee3b7c7965ed596a
DIFF: https://github.com/llvm/llvm-project/commit/ae2f8167eefbc78c6b6408c9ee3b7c7965ed596a.diff
LOG: [CMake] Include opt-viewer in Fuchsia toolchain (#75296)
This is necessary for visualization of optimization remarks.
Added:
Modified:
clang/cmake/caches/Fuchsia-stage2.cmake
Removed:
################################################################################
diff --git a/clang/cmake/caches/Fuchsia-stage2.cmake b/clang/cmake/caches/Fuchsia-stage2.cmake
index 4b9085d99378c6..c4673c8a54c5ef 100644
--- a/clang/cmake/caches/Fuchsia-stage2.cmake
+++ b/clang/cmake/caches/Fuchsia-stage2.cmake
@@ -336,6 +336,7 @@ set(LLVM_TOOLCHAIN_TOOLS
llvm-symbolizer
llvm-undname
llvm-xray
+ opt-viewer
sancov
scan-build-py
CACHE STRING "")
More information about the cfe-commits
mailing list