Files
swift-mirror/lib/Serialization/SerializedModuleLoader.cpp
Xi Ge 458e60358b ModuleInterface: properly handle equal-joined arguments in the ignorable flags field
Previously, we have an assumption that all equal-joined arguments are alias to the
separate forms, e.g. -tbd-install_name=Foo is an alias to -tbd-install_name Foo. However,
it seems having only the equal-joined version of an argument is possible. This PR adds
support to that scenario.
2022-02-08 17:17:54 -08:00

59 KiB