Skip to content

Commit

Permalink
Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)"
Browse files Browse the repository at this point in the history
This patch broke LLVM Flang build on Windows. PR #100202
This reverts commit f6f88f4.
  • Loading branch information
omjavaid committed Jul 25, 2024
1 parent 6d12b3f commit 73d862e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/cmake/modules/LLVMExternalProjectUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ function(llvm_ExternalProject_Add name source_dir)
${sysroot_arg}
-DLLVM_BINARY_DIR=${PROJECT_BINARY_DIR}
-DLLVM_CONFIG_PATH=${llvm_config_path}
-DLLVM_CMAKE_DIR=${LLVM_CMAKE_DIR}
-DLLVM_ENABLE_WERROR=${LLVM_ENABLE_WERROR}
-DLLVM_HOST_TRIPLE=${LLVM_HOST_TRIPLE}
-DLLVM_HAVE_LINK_VERSION_SCRIPT=${LLVM_HAVE_LINK_VERSION_SCRIPT}
Expand Down

0 comments on commit 73d862e

Please sign in to comment.