We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae717a commit 2eca462Copy full SHA for 2eca462
lib/ASTGen/Sources/ASTGen/CompilerBuildConfiguration.swift
@@ -121,7 +121,7 @@ struct CompilerBuildConfiguration: BuildConfiguration {
121
}
122
123
func isActiveTargetObjectFormat(name: String) throws -> Bool {
124
- try staticBuildConfiguration.isActiveTargetObjectFormat(name: name)
+ staticBuildConfiguration.isActiveTargetObjectFormat(name: name)
125
126
127
var targetAtomicBitWidths: [Int] {
0 commit comments