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.
-Xfrontend -validate-tbd-against-ir=none
1 parent d8f7a4b commit ad858ebCopy full SHA for ad858eb
Sources/CrossCompilationDestinationsTool/CMakeLists.txt
@@ -27,6 +27,9 @@ target_link_libraries(CrossCompilationDestinationsTool PUBLIC
27
set_target_properties(CrossCompilationDestinationsTool PROPERTIES
28
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
29
30
+target_compile_options(CrossCompilationDestinationsTool PRIVATE
31
+ -Xfrontend -validate-tbd-against-ir=none)
32
+
33
if(USE_CMAKE_INSTALL)
34
install(TARGETS CrossCompilationDestinationsTool
35
ARCHIVE DESTINATION lib
0 commit comments