We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afeb17 commit fcd8624Copy full SHA for fcd8624
SingleSource/UnitTests/Vectorizer/CMakeLists.txt
@@ -1,5 +1,6 @@
1
llvm_singlesource()
2
set_property(TARGET runtime-checks PROPERTY CXX_STANDARD 17)
3
+set_property(TARGET early-exit PROPERTY CXX_STANDARD 17)
4
5
# The VPlan-native path is specific to llvm.
6
if ("${CMAKE_C_COMPILER_ID}" MATCHES "Clang")
0 commit comments