14 lines
479 B
Diff
14 lines
479 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;
|
|
opt.MCOptions.ABIName = ABIName;
|
|
|
|
bool jit = JIT;
|
|
|