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 dec022e + fba2108 commit c723b47Copy full SHA for c723b47
CMakeLists.txt
@@ -656,17 +656,14 @@ if( LLVM_INCLUDE_UTILS )
656
add_subdirectory(utils/not)
657
add_subdirectory(utils/llvm-lit)
658
add_subdirectory(utils/yaml-bench)
659
+ add_subdirectory(utils/unittest)
660
else()
661
if ( LLVM_INCLUDE_TESTS )
662
message(FATAL_ERROR "Including tests when not building utils will not work.
663
Either set LLVM_INCLUDE_UTILS to On, or set LLVM_INCLDE_TESTS to Off.")
664
endif()
665
666
-if(LLVM_INCLUDE_TESTS)
667
- add_subdirectory(utils/unittest)
668
-endif()
669
-
670
foreach( binding ${LLVM_BINDINGS_LIST} )
671
if( EXISTS "${LLVM_MAIN_SRC_DIR}/bindings/${binding}/CMakeLists.txt" )
672
add_subdirectory(bindings/${binding})
0 commit comments