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
Summary:
This patch broke LLVM Flang build on Windows. PR #100202
This reverts commit f6f88f4.

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60250542
  • Loading branch information
omjavaid authored and yuxuanchen1997 committed Jul 25, 2024
1 parent 6e0813b commit ee75538
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 ee75538

Please sign in to comment.