[PATCH] D117537: [cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and llvm

John Ericson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 19 16:31:55 PST 2022


Ericson2314 updated this revision to Diff 401440.
Ericson2314 added a comment.

Fix remaining missing C/CXX arguments

My sed was looking for `("` but these weren't quoted before.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117537

Files:
  cmake/Modules/CheckLinkerFlag.cmake
  compiler-rt/CMakeLists.txt
  compiler-rt/cmake/config-ix.cmake
  libcxx/cmake/config-ix.cmake
  libunwind/cmake/config-ix.cmake
  llvm/cmake/modules/LLVMCheckLinkerFlag.cmake
  runtimes/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117537.401440.patch
Type: text/x-patch
Size: 9459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220120/9708bcb9/attachment-0001.bin>


More information about the llvm-commits mailing list