summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* meta-clang: Reflect Yocto Project Compatible badgeKhem Raj2024-02-241-0/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-clang: Replace RUNTIME with TC_CXX_RUNTIMEKhem Raj2023-10-251-5/+5
| | | | | | TC_CXX_RUNTIME is now defined in OE-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update README.mdPatrick Little2023-05-301-7/+7
| | | Updating to latest URIs used by GitHub.com
* clang: Do not provide llvm-native implicitlyKhem Raj2023-05-261-0/+14
| | | | | | | Document a way to let clang provide llvm as well. This helps this layer pass the yocto check layer test Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rename add_more_target_vendors to add_distro_vendorEtienne Cordonnier2023-05-101-3/+3
| | | | | | The function was renamed in 9d190cb3b3 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
* Add instructions for kernel build with clangSquallATF2022-07-051-0/+40
|
* README: fix typosUlrich Ölmann2021-12-011-14/+14
| | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
* Manually finish conversionMartin Jansa2021-08-031-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2021-08-031-3/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Replace --stdlibc=libc++ with -stdlibc=libc++Khem Raj2021-05-191-2/+2
| | | | | | | | | This ensures that it matches with CMake's understanding of this option and when its removed then it silently removes -stdlibc=libc++ but leaves the spurious '-' in the commandline which confuses the compiler as it them expects input from stdin Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clang: allow to set CLANG_EXTRA_OE_VENDORS to support custom TARGET_VENDOR valueMartin Jansa2021-03-241-0/+34
| | | | | | | | * instead of hardcoding only yoe, poky, wrs in the patch, add just placeholder string which gets replaced with a list based on CLANG_EXTRA_OE_VENDORS variable in llvm-project-source.inc:add_more_target_vendors Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README.md: Fix location of github actions workflowsKhem Raj2021-03-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Fix URL links to actionsKhem Raj2020-09-231-4/+5
| | | | | | Modify layer descriptions Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Update documentationKhem Raj2020-09-221-25/+36
| | | | | | Few knobs have changed and has not been yet reflected in README Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add support for github actionsKhem Raj2020-09-161-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Add intruction to build with pokyKhem Raj2020-08-161-1/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README.md: Define a way to disable llvm/clang runtimeKhem Raj2019-10-081-2/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document CLANGSDKKhem Raj2019-09-251-0/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python syntax highlighterKhem Raj2019-09-151-3/+3
|
* More syntax changesKhem Raj2019-09-151-20/+16
|
* Update contribution guideline and general typosKhem Raj2019-09-151-12/+6
|
* meta-clang: Enable CI on Yoe Distro's DroneKhem Raj2019-08-191-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Add new info about selecting unwind libraryKhem Raj2019-08-121-5/+5
| | | | | | Fix the runtime documentation which was reverse Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document COMPILER_RT and LIBCPLUSPLUSKhem Raj2019-02-231-7/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Update comments about using libc++ and compiler-rtKhem Raj2019-02-231-7/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document switching compiler runtimeKhem Raj2019-01-261-1/+14
| | | | | | We can now use full clang runtime suite and replace gcc runtime Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcxx,compiler-rt: Append to CXX along with TARGET_CXXFLAGS to carry ↵Khem Raj2019-01-241-3/+5
| | | | | | | | -stdlib flag Since TARGET_CXXFLAGS does not get passed into all packages Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README.md: fix typoAdam Romanek2019-01-151-1/+1
|
* libcxx: Add settings to build with libcxx as default C++ standard libraryRobin Lee2018-03-031-1/+23
| | | | Signed-off-by: Robin Lee <cheeselee@fedoraproject>
* README: Update documntation to reflect the recent conf file changesKhem Raj2016-05-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Switch default compiler option to remain gccKhem Raj2016-05-051-13/+6
| | | | | | | | | | | Users find it too intrusive that clang becomes the default compiler, they would like to invoke it on demand for certain packages only. Use TOOLCHAIN ?= "clang" in local.conf if you want clang to become default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document default compiler switch behaviorKhem Raj2016-05-051-4/+21
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Link mailto to nameKhem Raj2016-04-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Adjust mailtoKhem Raj2016-04-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update README.mdKhem Raj2016-02-291-1/+1
| | | Fixes Issue #8
* Update README.mdKhem Raj2015-08-221-7/+12
|
* clang-cross: Rename PN to include TARGET_ARCHKhem Raj2015-04-061-1/+1
| | | | | | brings it inline with gcc toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update README.mdKhem Raj2015-03-131-1/+1
| | | Fix typo in syntax spec
* Update README.mdKhem Raj2015-03-121-1/+1
| | | Fix a typo
* Update README.mdKhem Raj2015-03-121-1/+2
| | | shell formatting for code section
* README: Update to reflect latest statusKhem Raj2015-03-121-3/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Intial commitKhem Raj2014-09-111-0/+71
Add clang recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>