diff mbox series

[1/2] lldb: remove incorrect comment about llvm vs clang

Message ID 20250723122448.2250339-1-ross.burton@arm.com
State Accepted, archived
Commit 1a37bb2f0bbdbd599e1d5967eae1ecde4eff6a80
Headers show
Series [1/2] lldb: remove incorrect comment about llvm vs clang | expand

Commit Message

Ross Burton July 23, 2025, 12:24 p.m. UTC
LLDB links to clang libraries, so it really does need clang and not just
LLVM.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/clang/lldb_git.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/clang/lldb_git.bb b/meta/recipes-devtools/clang/lldb_git.bb
index 10137090ad1..4eec175ff0e 100644
--- a/meta/recipes-devtools/clang/lldb_git.bb
+++ b/meta/recipes-devtools/clang/lldb_git.bb
@@ -12,7 +12,6 @@  LIC_FILES_CHKSUM = "file://lldb/LICENSE.TXT;md5=2e0d44968471fcde980034dbb826bea9
 
 inherit cmake pkgconfig python3native python3targetconfig
 
-# This actually just depends on LLVM but right now llvm and clang are built together
 DEPENDS = "llvm-tblgen-native clang"
 
 OECMAKE_SOURCEPATH = "${S}/lldb"