mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 02:06:49 +00:00

This was returning a pointer to a stack-allocated memory location. This works for Python where we return a PythonString which must own the underlying string.