-
- Downloads
[CMake] Remove dead code setting policies to NEW
cmake_minimum_required(VERSION) calls cmake_policy(VERSION), which sets all policies up to VERSION to NEW. LLVM started requiring CMake 3.13 last year, so we can remove a bunch of code setting policies prior to 3.13 to NEW as it no longer has any effect. Reviewed By: phosek, #libunwind, #libc, #libc_abi, ldionne Differential Revision: https://reviews.llvm.org/D94374
Showing
- clang/CMakeLists.txt 0 additions, 4 deletionsclang/CMakeLists.txt
- compiler-rt/CMakeLists.txt 0 additions, 4 deletionscompiler-rt/CMakeLists.txt
- flang/CMakeLists.txt 1 addition, 15 deletionsflang/CMakeLists.txt
- libcxx/CMakeLists.txt 1 addition, 10 deletionslibcxx/CMakeLists.txt
- libcxx/utils/ci/runtimes/CMakeLists.txt 2 additions, 14 deletionslibcxx/utils/ci/runtimes/CMakeLists.txt
- libcxxabi/CMakeLists.txt 0 additions, 4 deletionslibcxxabi/CMakeLists.txt
- libunwind/CMakeLists.txt 0 additions, 4 deletionslibunwind/CMakeLists.txt
- lldb/CMakeLists.txt 0 additions, 8 deletionslldb/CMakeLists.txt
- llvm/CMakeLists.txt 1 addition, 12 deletionsllvm/CMakeLists.txt
- mlir/examples/standalone/CMakeLists.txt 2 additions, 14 deletionsmlir/examples/standalone/CMakeLists.txt
Loading
Please register or sign in to comment