Commit Graph

3 Commits

Author SHA1 Message Date
Saleem Abdulrasool
d16689278c multifile: make protocol-conformance-member pass on Windows
PE/COFF does not include a symbol table in the generated executable
binary.  Instead, use `public` to expose the getter, and then use
`-coff-exports` from `llvm-readobj` to get the symbols that are
exported.  Fortunately, the same tool can be used to list the symbol
table contents for ELF and MachO binary.  This allows us to share the
test across all the targets.
2019-03-26 10:46:44 -07:00
Doug Gregor
823c24b355 [SE-0112] Rename ErrorProtocol to Error.
This is bullet (5) of the proposed solution in SE-0112, and the last
major piece to be implemented.
2016-07-12 10:53:52 -07:00
Jordan Rose
74e035efd8 [test] Add a test for SR-156. (#2262) 2016-04-21 10:36:29 -07:00