Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lldb: fix typo in lzma PACKAGECONFIG | Ross Burton | 6 days | 1 | -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 clang | Ross Burton | 9 days | 1 | -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> |