Skip to content

Commit 8edd8d2

Browse files
committed
[cxx-interop] Temporarily exclude CxxSetToCollection benchmark from the build
This is needed to unblock nightly toolchains, which are currently failing to build with an assertion: ``` swift-frontend: /home/build-user/build/buildbot_linux/llvm-linux-x86_64/tools/clang/include/clang/AST/TypeNodes.inc:79: TypeInfo clang::ASTContext::getTypeInfoImpl(const Type *) const: Assertion `!T->isDependentType() && "should not see dependent types here"' failed. ``` rdar://150067288
1 parent 5d36643 commit 8edd8d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

benchmark/cxx-source/CxxSetToCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
// This is a benchmark that tracks how quickly Swift can convert a C++ set
1414
// to a Swift collection.
1515

16+
/* FIXME: rdar://150067288
17+
1618
import TestsUtils
1719
import CxxStdlibPerformance
1820
import Cxx
@@ -64,3 +66,5 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
6466
}
6567
}
6668
}
69+
70+
*/

0 commit comments

Comments
 (0)