Commit Graph

2 Commits

Author SHA1 Message Date
Nathan Hawes
e0b2920b67 [test] Fix check line in test/ParseableInterface/enums-layout.swift
The call isn't a tail call in all configurations.

Resolves rdar://problem/50543373
2019-05-07 10:17:48 -07:00
Jordan Rose
9ba1d8a1c6 [ModuleInterface] Include the raw values of @objc enums (#24487)
...since they're part of the run-time representation. Not having this
meant that someone compiling against an interface would miscompile
uses of @objc enums defined in that interface!

rdar://problem/50410541
2019-05-04 10:14:46 -07:00