mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
`PassManager::enableStatistics` seems currently missing in both C API and Python bindings. So here we added them in this PR, which includes the `PassDisplayMode` enum type and the `EnableStatistics` method.