We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec2d7fc + d976d31 commit 7d108b4Copy full SHA for 7d108b4
lib/Parse/CMakeLists.txt
@@ -74,4 +74,9 @@ if (SWIFT_SWIFT_PARSER)
74
)
75
endif()
76
77
+if(SWIFT_COMPILER_VERSION)
78
+ set_property(SOURCE ParseVersion.cpp APPEND_STRING PROPERTY COMPILE_FLAGS
79
+ " -DSWIFT_COMPILER_VERSION=\"\\\"${SWIFT_COMPILER_VERSION}\\\"\"")
80
+endif()
81
+
82
set_swift_llvm_is_available(swiftParse)
0 commit comments