mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 20:29:41 +01:00
lldb: remove incorrect comment about llvm vs clang
LLDB links to clang libraries, so it really does need clang and not just LLVM. (From OE-Core rev: 1a37bb2f0bbdbd599e1d5967eae1ecde4eff6a80) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
921c46de4f
commit
664fa0ede2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user