File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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)
864864
865865if (CLANG_BUILT_STANDALONE)
866866 llvm_distribution_add_targets()
867+ process_llvm_pass_plugins()
867868endif ()
868869
869870configure_file (
Original file line number Diff line number Diff line change @@ -1075,6 +1075,7 @@ endif()
10751075# after all targets are created.
10761076include (LLVMDistributionSupport)
10771077llvm_distribution_add_targets()
1078+ process_llvm_pass_plugins()
10781079
10791080# This allows us to deploy the Universal CRT DLLs by passing -DCMAKE_INSTALL_UCRT_LIBRARIES=ON to CMake
10801081if (MSVC AND CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows" AND CMAKE_INSTALL_UCRT_LIBRARIES)
@@ -1099,5 +1100,3 @@ endif()
10991100if (LLVM_INCLUDE_UTILS AND LLVM_INCLUDE_TOOLS)
11001101 add_subdirectory (utils/llvm-locstats)
11011102endif ()
1102-
1103- process_llvm_pass_plugins()
You can’t perform that action at this time.
0 commit comments