From 1b076fd8dba94042b76e37f18f2d3bc74cbe717b Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 12 Sep 2019 22:21:43 +0800 Subject: llvm-project-source: update SPIRV-LLVM-Translator 8.0.0 -> 9.0.0 Remove all the backported patches which are available in 9.0.0 release. Few patches were recommended from llvm-patches repo: https://github.com/intel/intel-graphics-compiler/blob/master/documentation/build_ubuntu.md https://github.com/intel/llvm-patches/commit/3906cc086f675847ca99b08107d18e083803d53c Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../clang/files/0001-skip-building-tests.patch | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'dynamic-layers/clang-layer/recipes-devtools/clang/files/0001-skip-building-tests.patch') diff --git a/dynamic-layers/clang-layer/recipes-devtools/clang/files/0001-skip-building-tests.patch b/dynamic-layers/clang-layer/recipes-devtools/clang/files/0001-skip-building-tests.patch index c58e7d98..9a7b8445 100644 --- a/dynamic-layers/clang-layer/recipes-devtools/clang/files/0001-skip-building-tests.patch +++ b/dynamic-layers/clang-layer/recipes-devtools/clang/files/0001-skip-building-tests.patch @@ -1,9 +1,9 @@ -From 91db4c3cf7f290a3cab5caa316fc25a60dd409f1 Mon Sep 17 00:00:00 2001 -From: Anuj Mittal -Date: Fri, 16 Aug 2019 20:25:16 +0800 -Subject: [PATCH] llvm-spirv: skip including tests +From 48e50f06b1bbed94cdf5207587161d4bfce7366e Mon Sep 17 00:00:00 2001 +From: Naveen Saini +Date: Wed, 21 Aug 2019 14:35:31 +0800 +Subject: [PATCH] llvm-spirv: skip building tests -Some of these need clang to be built and since we're building this in-tree, +Some of these need clang to be built and since we're building this in-tree, that leads to problems when compiling libcxx, compiler-rt which aren't built in-tree. @@ -13,12 +13,13 @@ all components, disable the building of tests altogether. Upstream-Status: Inappropriate Signed-off-by: Anuj Mittal +Signed-off-by: Naveen Saini --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index d632a50..81ddf62 100644 +index 1208741..20ca3e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,13 +15,6 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) @@ -32,7 +33,7 @@ index d632a50..81ddf62 100644 - ) - endif(LLVM_INCLUDE_TESTS) - - find_package(LLVM 8.0.0 REQUIRED + find_package(LLVM 9.0.0 REQUIRED COMPONENTS Analysis @@ -56,9 +49,6 @@ set(LLVM_SPIRV_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include) @@ -46,5 +47,5 @@ index d632a50..81ddf62 100644 install( FILES -- -2.7.4 +2.17.1 -- cgit v1.2.3-54-g00ecf