Skip to content

Commit

Permalink
Revert "[LLVM] Silence compiler-rt warning in runtimes build (llvm#99525
Browse files Browse the repository at this point in the history
)"

This patch broke LLVM Flang build on Windows. PR llvm#100202
This reverts commit f6f88f4.

(cherry picked from commit 73d862e)
  • Loading branch information
omjavaid authored and llvmbot committed Aug 8, 2024
1 parent d033ae1 commit 1a1e252
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 1a1e252

Please sign in to comment.