summaryrefslogtreecommitdiffstats
path: root/src/amd/meson.build
diff options
context:
space:
mode:
authorDaniel Schürmann <[email protected]>2019-09-17 14:35:22 +0200
committerDaniel Schürmann <[email protected]>2019-09-19 12:10:00 +0200
commita70a9987181a09258406cc0d8ff5e34acc000371 (patch)
treee4022db8525d66c706bc10154476514058425cf9 /src/amd/meson.build
parent93c8ebfa780ebd1495095e794731881aef29e7d3 (diff)
radv/aco: Setup alternate path in RADV to support the experimental ACO compiler
LLVM remains default and ACO can be enabled with RADV_PERFTEST=aco. Co-authored-by: Daniel Schürmann <[email protected]> Co-authored-by: Rhys Perry <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/meson.build')
-rw-r--r--src/amd/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/meson.build b/src/amd/meson.build
index f96a9aac095..1e459b26c1a 100644
--- a/src/amd/meson.build
+++ b/src/amd/meson.build
@@ -22,6 +22,7 @@ inc_amd = include_directories('.')
subdir('addrlib')
subdir('common')
+subdir('compiler')
if with_amd_vk
subdir('vulkan')
endif