Files
swift-mirror/test/SILOptimizer/cross-module-optimization.swift
Erik Eckstein ff15d54c6c Deserializer: fix a crash with global variables and cross-module-optimization
In case of cross-module-optimizations it can happen that a private global variable is changed to public,
but it's declaration is not available in the module file.
2024-07-02 14:03:02 +02:00

6.6 KiB