Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CMake] Include opt-viewer in Fuchsia toolchain #75296

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

petrhosek
Copy link
Member

This is necessary for visualization of optimization remarks.

This is necessary for visualization of optimization remarks.
@petrhosek petrhosek requested a review from ilovepi December 13, 2023 08:04
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Dec 13, 2023
@llvmbot
Copy link
Member

llvmbot commented Dec 13, 2023

@llvm/pr-subscribers-clang

Author: Petr Hosek (petrhosek)

Changes

This is necessary for visualization of optimization remarks.


Full diff: https://github.com/llvm/llvm-project/pull/75296.diff

1 Files Affected:

  • (modified) clang/cmake/caches/Fuchsia-stage2.cmake (+1)
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 "")

@ilovepi ilovepi merged commit ae2f816 into llvm:main Dec 13, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants