diff options
author | Daniel Schürmann <[email protected]> | 2019-09-17 14:35:22 +0200 |
---|---|---|
committer | Daniel Schürmann <[email protected]> | 2019-09-19 12:10:00 +0200 |
commit | a70a9987181a09258406cc0d8ff5e34acc000371 (patch) | |
tree | e4022db8525d66c706bc10154476514058425cf9 /src/amd/meson.build | |
parent | 93c8ebfa780ebd1495095e794731881aef29e7d3 (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.build | 1 |
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 |