SwiftCompilerSources: remove extraneous flags

Remove the flags that are now implicitly setup by SPM.  Addresses
feedback from @hyp.
This commit is contained in:
Saleem Abdulrasool
2023-08-09 08:06:52 -07:00
parent 61a2b2e97e
commit 425dd58661

View File

@@ -17,8 +17,6 @@ private extension Target {
static let defaultSwiftSettings: [SwiftSetting] = [
.interoperabilityMode(.Cxx),
.unsafeFlags([
"-Xfrontend", "-validate-tbd-against-ir=none",
"-Xfrontend", "-enable-experimental-cxx-interop",
// Bridging modules and headers
"-Xcc", "-I", "-Xcc", "../include",
// LLVM modules and headers