Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-27 15:30:02 +0300
committerMichał Górny <mgorny@gentoo.org>2022-10-27 15:30:44 +0300
commit687e5bccf890ecca869f1400aaba906c4b8bbd20 (patch)
treec76f86d21b2fc959d7d096c30942851a59afa65d /lld
parent17c65e51b91620181662302e9abd7e9694154c5d (diff)
Revert "Harmonize cmake_policy() across standalone builds of all projects"
This reverts commit 88d7508dc479210f07abccb17f0194b66264b125. It's reported to break builds when symlinking other projects inside the `tools` directory.
Diffstat (limited to 'lld')
-rw-r--r--lld/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/CMakeLists.txt b/lld/CMakeLists.txt
index 964bc3fd8b17..be4ea8540750 100644
--- a/lld/CMakeLists.txt
+++ b/lld/CMakeLists.txt
@@ -1,6 +1,4 @@
cmake_minimum_required(VERSION 3.13.4)
-include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Modules/CMakePolicy.cmake
- NO_POLICY_SCOPE)
# If we are not building as a part of LLVM, build LLD as an
# standalone project, using LLVM as an external library: