Files
MINGW-packages/mingw-w64-python-llvmlite/llvm-12.0.patch
Christoph Reiter d81fc1f2bb llvmlite: Update to 0.37.0rc1 and try to make it work with llvm 12
the rc1 fixes llvm 11 support, and my patch makes it build with 12, but not tested.
2021-07-14 19:59:28 +02:00

13 lines
441 B
Diff

--- llvmlite-0.37.0rc1/ffi/targets.cpp.orig 2021-07-14 19:53:41.961000000 +0200
+++ llvmlite-0.37.0rc1/ffi/targets.cpp 2021-07-14 19:53:45.753000000 +0200
@@ -232,7 +232,8 @@
rm = Reloc::DynamicNoPIC;
TargetOptions opt;
- opt.PrintMachineCode = PrintMC;
+ // Removed in https://github.com/llvm/llvm-project/commit/589c646a7e5fb03223340476f7ffb67fd9628726
+ //opt.PrintMachineCode = PrintMC;
bool jit = JIT;