[llvm] [cmake] Add llvm-readobj before lldb (PR #202715)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 22:09:54 PDT 2026
https://github.com/Himadhith updated https://github.com/llvm/llvm-project/pull/202715
>From f978fdf8bc197a51835147bba2040af60bf7db51 Mon Sep 17 00:00:00 2001
From: himadhith <himadhith.v at ibm.com>
Date: Tue, 9 Jun 2026 13:23:06 -0400
Subject: [PATCH] [cmake] Add llvm-readobj before lldb
---
llvm/tools/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/tools/CMakeLists.txt b/llvm/tools/CMakeLists.txt
index 8a2afdd9153d3..a579bdf0f6fb6 100644
--- a/llvm/tools/CMakeLists.txt
+++ b/llvm/tools/CMakeLists.txt
@@ -36,6 +36,7 @@ add_llvm_tool_subdirectory(llvm-ctxprof-util)
add_llvm_tool_subdirectory(llvm-lto)
add_llvm_tool_subdirectory(llvm-profdata)
add_llvm_tool_subdirectory(llvm-nm)
+add_llvm_tool_subdirectory(llvm-readobj)
# Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicitly
# specified.
More information about the llvm-commits
mailing list