radv: ignore BB labels when splitting the disassembly string
[mesa.git] / src / amd / meson.build
index 085abecd2a9ee2d868d2b8d4abcc9b4f780cf15f..4a27c8c3e4ac67486754918af917457ed284cc71 100644 (file)
@@ -22,7 +22,11 @@ inc_amd = include_directories('.')
 
 subdir('addrlib')
 subdir('common')
+subdir('llvm')
 if with_amd_vk
   subdir('compiler')
   subdir('vulkan')
+  if with_aco_tests
+    subdir('compiler/tests')
+  endif
 endif