mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
The bug [1] this is working around was fixed in SWIG 4.1. The workaround uses functions and constants that are not part of the limited API, which I'm trying to eliminate to make LLDB compatible with the Python Limited C API [2]. [1] https://github.com/swig/swig/issues/1640 [2] https://github.com/llvm/llvm-project/issues/151617