Skip to content

Commit 2337d92

Browse files
authored
Merge pull request swiftlang#77712 from compnerd/cold
swift-inspect: remove obsolete workaround
2 parents aa93694 + 87b3d51 commit 2337d92

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/swift-inspect/Package.swift

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ let package = Package(
2121
.target(name: "SwiftInspectClientInterface", condition: .when(platforms: [.windows])),
2222
],
2323
swiftSettings: [.unsafeFlags(["-parse-as-library"])]),
24-
.target(
25-
name: "SwiftInspectClient",
26-
// Workaround https://github.com/llvm/llvm-project/issues/40056
27-
cxxSettings: [.unsafeFlags(["-Xclang", "-fno-split-cold-code"])]),
24+
.target(name: "SwiftInspectClient"),
2825
.systemLibrary(
2926
name: "SwiftInspectClientInterface"),
3027
.testTarget(

0 commit comments

Comments
 (0)