mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
When I added the `-index-store-compress` option, I forgot to translate it into the `FrontendOptions` struct, which rendered the command line option useless. Correctly set the value in `FrontendOptions` to fix this.