mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
These pointers do not need to be mutable. This has an affect that generated function signatures in the Swift bindings now use `UnsafePointer` instead of `UnsafeMutablePointer`. Reviewed By: ftynse, mehdi_amini Differential Revision: https://reviews.llvm.org/D91740