diff --git a/meson.build b/meson.build index ed58e6148d7b9..f5383757acc90 100644 --- a/meson.build +++ b/meson.build @@ -1707,6 +1707,7 @@ if with_gallium_opencl endif if with_clc llvm_modules += ['coverage', 'target', 'linker', 'irreader', 'option', 'libdriver', 'lto'] + llvm_optional_modules += ['all-targets'] endif if with_tests or with_gallium_softpipe llvm_modules += 'native'