From 3a08110d43ce268747d034cae03787080967bf71 Mon Sep 17 00:00:00 2001 From: Timur Kristóf Date: Fri, 27 Sep 2019 10:29:51 +0200 Subject: amd: Move all amd/common code that depends on LLVM to amd/llvm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit is a step towards the goal of being able to build RADV without LLVM. In the future we would like to offer the option to use RADV solely with ACO. There is still a need for the common AMD code located in amd/common but the LLVM specific parts need to be separated. Signed-off-by: Timur Kristóf Reviewed-by: Bas Nieuwenhuizen Acked-by: Marek Olšák Acked-by: Samuel Pitoiset --- src/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index d01f84c0d46..10b2772f907 100644 --- a/src/meson.build +++ b/src/meson.build @@ -26,6 +26,7 @@ inc_src = include_directories('.') inc_gallium = include_directories('gallium/include') inc_gallium_aux = include_directories('gallium/auxiliary') inc_amd_common = include_directories('amd/common') +inc_amd_common_llvm = include_directories('amd/llvm') libglsl_util = static_library( 'glsl_util', -- cgit v1.2.3