Commits
Jordan Rose committed 63f12548f64
[debug info] Fix null-terminated string issue with the fallback filename. Since our modules currently have no source information, we're stuck using the fallback filename for anything imported, including the standard library. This makes variables.swift a little weaker, but there's not much we can do about that. It's better than running off the end of a string, at least. Swift SVN r6528