Commit Graph

4 Commits

Author SHA1 Message Date
Saleem Abdulrasool
440b39a263 test: adjust DebugInfo tests for new LLVM update
The filename on Windows now uses `\\` rather than `\\5C` for the path
separator.  Adjust the tests accordingly.
2020-01-13 15:13:38 -08:00
Saleem Abdulrasool
d3f9410c3b test: make DebugInfo.macro pass on Windows
The path separator on Windows is \ which is encoded as \5C.  Account for
this in the test.
2019-03-27 09:32:32 -07:00
Saleem Abdulrasool
a597038a66 test: loosen restrictions on DebugInfo test
This test does not require ObjectiveC interop.  Enable the test
globally.
2019-03-26 19:18:54 -07:00
Adrian Prantl
6a412bd2f5 Debug Info: Fix a bug when decoding the source file for a Clang Decl
that was defined using a Macro: Use the file of the presumed location,
not of the SourceBuffer.

rdar://problem/49181568
2019-03-26 14:16:11 -07:00