summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/lld_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Drop setting NINJA_STATUSKhem Raj2018-04-191-2/+2
| | | | | | This is no longer needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lld: Add missing dependency on libxml2Khem Raj2018-02-081-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Use ninja generator on top of cmakeKhem Raj2017-07-301-5/+7
| | | | | | ninja is in OE-Core now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lld_git: Only apply -stdlib flag to clang toolchainRicardo Ribalda Delgado2017-07-181-1/+1
| | | | | | | | | | GCC does not understand the stdlib flag. Resulting in this error during configuration: | x86_64-poky-linux-g++: error: unrecognized command line option | '-stdlib=libc++' Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
* clang/llvm: Move to upcoming 5.0.0 ( trunk ) releaseKhem Raj2017-05-221-6/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lld: Add recipe for llvm linker (lld)Khem Raj2017-03-141-0/+48
Signed-off-by: Khem Raj <raj.khem@gmail.com>