summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/clang/lldb_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* lldb: fix typo in lzma PACKAGECONFIGRoss Burton6 days1-1/+1
| | | | | | | | | Accidentally duplicated the beginning of the variable name. (From OE-Core rev: 1484e2cf36428fbe7f5095ec881fdd018eea344b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lldb: add new recipe, split out of clangRoss Burton9 days1-0/+53
LLDB takes a reasonable amount of time to compile, but also isn't an essential component of the LLVM suite. Instead of always building it when we build clang, split it out into a separate recipe. On my build machine where clang takes 21 minutes to build with lldb, it takes 19 minutes without lldb. (From OE-Core rev: 9da4900aa5a37718bd42f277d5a1805ec897b1b4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>