Meson: Add llvm>=9 modules
authorMichel Zou <xantares09@hotmail.com>
Sun, 17 Nov 2019 15:40:29 +0000 (16:40 +0100)
committerEric Engestrom <eric@engestrom.ch>
Sat, 23 Nov 2019 16:09:52 +0000 (16:09 +0000)
Fixes build with MinGW, with shared LLVM and lto
/tmp/opengl32.dll.BxiIYm.ltrans59.ltrans.o:<artificial>:(.text+0x1674): undefined reference to `LLVMAddInstructionCombiningPass'

See also scons/llvm.py

Acked-by: Dylan Baker <dylan@pnwbakers.com>
meson.build

index 69d15649060b61aa3a61ee6aeba3f18befe9790c..9585807fbee356b86e3380584977d51c37179cde 100644 (file)
@@ -1356,7 +1356,7 @@ if dep_libdrm.found()
   endif
 endif
 
-llvm_modules = ['bitwriter', 'engine', 'mcdisassembler', 'mcjit']
+llvm_modules = ['bitwriter', 'engine', 'mcdisassembler', 'mcjit', 'core', 'executionengine', 'scalaropts', 'transformutils', 'instcombine']
 llvm_optional_modules = ['coroutines']
 if with_amd_vk or with_gallium_radeonsi or with_gallium_r600
   llvm_modules += ['amdgpu', 'native', 'bitreader', 'ipo']