mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
We already have char** typemaps which were near copy-pastes of the const char** versions. This way we have only one version that works for both. llvm-svn: 257670