mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Previously, to specify the directories containing objects whose sizes should be compared, environment variables had to be used. With this change, arguments (-o/--old-build-dir, -n/--new-build-dir) can be passed to the cmpcodesize script directly. If those arguments aren't specified, the environment variables are sued as before.