[PATCH] D143199: [LLVM][Runtimes] Hide unused CMake variable messages for runtimes builds

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 10:54:53 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6d9e7fa1de60: [LLVM][Runtimes] Hide unused CMake variable messages for runtimes builds (authored by jhuber6).

Changed prior to commit:
  https://reviews.llvm.org/D143199?vs=494343&id=494367#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143199/new/

https://reviews.llvm.org/D143199

Files:
  llvm/cmake/modules/LLVMExternalProjectUtils.cmake


Index: llvm/cmake/modules/LLVMExternalProjectUtils.cmake
===================================================================
--- llvm/cmake/modules/LLVMExternalProjectUtils.cmake
+++ llvm/cmake/modules/LLVMExternalProjectUtils.cmake
@@ -302,6 +302,7 @@
     BINARY_DIR ${BINARY_DIR}
     ${exclude}
     CMAKE_ARGS ${${nameCanon}_CMAKE_ARGS}
+               --no-warn-unused-cli
                ${compiler_args}
                -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
                ${sysroot_arg}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143199.494367.patch
Type: text/x-patch
Size: 506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230202/62f4a783/attachment.bin>


More information about the llvm-commits mailing list