]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
lldb: remove incorrect comment about llvm vs clang
authorRoss Burton <ross.burton@arm.com>
Wed, 23 Jul 2025 12:24:47 +0000 (13:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Jul 2025 17:00:36 +0000 (18:00 +0100)
LLDB links to clang libraries, so it really does need clang and not just
LLVM.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/clang/lldb_git.bb

index 10137090ad1d6411b1b9bf06a6d1dc834038ee05..4eec175ff0ea713e5efd0400b28524416beea056 100644 (file)
@@ -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"