amd: Move all amd/common code that depends on LLVM to amd/llvm.
[mesa.git] / src / amd / meson.build
index 085abecd2a9ee2d868d2b8d4abcc9b4f780cf15f..10b04c00333eb89e9f17960aceb4c8d8d95b1f7c 100644 (file)
@@ -22,6 +22,7 @@ inc_amd = include_directories('.')
 
 subdir('addrlib')
 subdir('common')
+subdir('llvm')
 if with_amd_vk
   subdir('compiler')
   subdir('vulkan')