Files
swift-mirror/lib/Serialization/ModuleFile.cpp
Jordan Rose c45f3a37cc [Serialization] Stop storing the load Status in ModuleFile itself
The code tried extra hard to make sure this stayed in sync with the
returned ValidationInfo, but there's no real reason for that. Just
keep a single "HasError" bit for checking that the module's not being
obviously misused. (I snuck some groundwork for this into the previous
commit.)
2019-08-21 21:20:12 -07:00

77 KiB