File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -864,6 +864,7 @@ add_subdirectory(utils/hmaptool)
864
864
865
865
if (CLANG_BUILT_STANDALONE)
866
866
llvm_distribution_add_targets()
867
+ process_llvm_pass_plugins()
867
868
endif ()
868
869
869
870
configure_file (
Original file line number Diff line number Diff line change @@ -1075,6 +1075,7 @@ endif()
1075
1075
# after all targets are created.
1076
1076
include (LLVMDistributionSupport)
1077
1077
llvm_distribution_add_targets()
1078
+ process_llvm_pass_plugins()
1078
1079
1079
1080
# This allows us to deploy the Universal CRT DLLs by passing -DCMAKE_INSTALL_UCRT_LIBRARIES=ON to CMake
1080
1081
if (MSVC AND CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows" AND CMAKE_INSTALL_UCRT_LIBRARIES)
@@ -1099,5 +1100,3 @@ endif()
1099
1100
if (LLVM_INCLUDE_UTILS AND LLVM_INCLUDE_TOOLS)
1100
1101
add_subdirectory (utils/llvm-locstats)
1101
1102
endif ()
1102
-
1103
- process_llvm_pass_plugins()
You can’t perform that action at this time.
0 commit comments