Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | igc: build for native too | Anuj Mittal | 2019-08-21 | 2 | -0/+120 |
| | | | | | | | | | | | | | * Use clang and lld for native builds to remain in sync with clang layer. * fix the license field to point to correct block of license in source file. * Include patches to ignore warnings being marked as errors when building with clang and to fix an issue with inclusion of debug functions when NDEBUG is defined. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||||
* | intel-graphics-compiler: build only when clang layer is included | Anuj Mittal | 2019-07-31 | 2 | -0/+115 |
igc needs components from LLVM and clang to be built. Move it to dynamic-layers/clang-layer so world builds don't fail when clang layer is not available. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> |