Commit Graph

3 Commits

Author SHA1 Message Date
Saleem Abdulrasool
a6ff2538a7 test: make portable to LLP64 targets (harder)
`Int` is not usable for LLP64 targets, use an explicit `Int32` when
bridging an ObjC enumeration.
2019-05-06 08:32:34 -07:00
Saleem Abdulrasool
7701b88307 test: make portable to LLP64 targets
`Int` is not usable for LLP64 targets, use an explicit `Int32` when
bridging an ObjC enumeration.
2019-05-05 10:53:00 -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