[PATCH] D100901: [CMake][llvm] The first argument to check_linker_flag is the language

Jim Radford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 12:55:58 PDT 2021


radford updated this revision to Diff 340956.
radford added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

[CMake][llvm] The first argument to check_linker_flag is the language

Match the API for the new check_linker_flag and use it directly when
available, leaving the old code as a fallback.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100901

Files:
  clang/tools/driver/CMakeLists.txt
  llvm/cmake/modules/AddLLVM.cmake
  llvm/cmake/modules/CheckLinkerFlag.cmake
  llvm/cmake/modules/HandleLLVMOptions.cmake
  llvm/cmake/modules/HandleLLVMStdlib.cmake
  llvm/cmake/modules/LLVMCheckLinkerFlag.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100901.340956.patch
Type: text/x-patch
Size: 4850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210427/116e950d/attachment.bin>


More information about the llvm-commits mailing list