diff options
Diffstat (limited to 'llvm/CMakeLists.txt')
-rw-r--r-- | llvm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 7838e9b190c..0e85afa82c7 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -1069,7 +1069,7 @@ endif() # after all targets are created. include(LLVMDistributionSupport) llvm_distribution_add_targets() -process_llvm_pass_plugins() +process_llvm_pass_plugins(GEN_CONFIG) # This allows us to deploy the Universal CRT DLLs by passing -DCMAKE_INSTALL_UCRT_LIBRARIES=ON to CMake if (MSVC AND CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows" AND CMAKE_INSTALL_UCRT_LIBRARIES) |