Skip to content

Commit 73d862e

Browse files
committed
Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)"
This patch broke LLVM Flang build on Windows. PR #100202 This reverts commit f6f88f4.
1 parent 6d12b3f commit 73d862e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/cmake/modules/LLVMExternalProjectUtils.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ function(llvm_ExternalProject_Add name source_dir)
350350
${sysroot_arg}
351351
-DLLVM_BINARY_DIR=${PROJECT_BINARY_DIR}
352352
-DLLVM_CONFIG_PATH=${llvm_config_path}
353-
-DLLVM_CMAKE_DIR=${LLVM_CMAKE_DIR}
354353
-DLLVM_ENABLE_WERROR=${LLVM_ENABLE_WERROR}
355354
-DLLVM_HOST_TRIPLE=${LLVM_HOST_TRIPLE}
356355
-DLLVM_HAVE_LINK_VERSION_SCRIPT=${LLVM_HAVE_LINK_VERSION_SCRIPT}

0 commit comments

Comments
 (0)