Commit Graph

2 Commits

Author SHA1 Message Date
Bob Wilson
151bf658f3 [master-next] fix DebugInfo/ImportsStdlib.swift test to match LLVM r325970
The LLVM change happened a while ago, but this is new test in Swift that
needs adjustment to work with the newer version of LLVM.
2018-06-15 23:21:12 -07:00
Jordan Rose
7938272c42 [DebugInfo] Don't record that the standard library imports itself (#17226)
This causes problems for cross-compilation -parse-stdlib tests that
emit debug info. At the moment we have zero of those, but we're
trying to add one.

Also, don't try to load new modules when recording imports. (This
isn't harmful, just inefficient.)
2018-06-15 08:23:11 -07:00