mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
43c167d7b0
Previously, we were just assigning from the llvm option. This made it impossible to turn on +0 by default, since sil-opt would always assign false to the SILOption... *doh*. rdar://34222540