swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.37k stars 10.34k forks source link

[cxx-interop] Workaround a modularization issue in benchmarks #76755

Closed egorzhdan closed 1 day ago

egorzhdan commented 1 day ago

import CxxStdlib should not be required, since CxxStdlibPerformance transitively imports the C++ stdlib, but having the explicit import works around a modularization issue (rdar://128520766).

rdar://136330247

egorzhdan commented 1 day ago

@swift-ci please smoke test