Skip to content

Commit 7437b2e

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 6a6380b commit 7437b2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ set(SWIFT_BENCH_MODULES
210210
single-source/WordCount
211211
single-source/XorLoop
212212
cxx-source/CreateObjects
213-
cxx-source/CxxSetToCollection
213+
# TODO: rdar://150067288
214+
# cxx-source/CxxSetToCollection
214215
cxx-source/CxxSpanTests
215216
cxx-source/CxxStringConversion
216217
cxx-source/CxxVectorSum

0 commit comments

Comments
 (0)