summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/clang/llvm-tblgen-native_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* llvm-tblgen-native: add new recipeRoss Burton7 days1-0/+27
Building the LLVM projects often means using the TableGen tools (llvm-tblgen etc). We currently build them as part of clang-native, but I am teasing the clang recipe into its component parts and having to build llvm-native or lldb-native simply for one tool isn't ideal. Instead, add a native recipe that simply builds the tablegen binaries for llvm, clang, and lldb (From OE-Core rev: fbf63e03fe09ca74022c9d06442b4f1021b71d57) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>