[PATCH] D99621: [CMake][Compiler-rt] Make it possible to configure standalone compiler-rt without `LLVMConfig.cmake`.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 3 14:44:36 PDT 2021


delcypher updated this revision to Diff 335112.
delcypher added a comment.

- Handle gcc and clang in the same branch.
- Prefer `CMAKE_C_COMPILER_TARGET` to compute `TARGET_TRIPLE` if it and COMPILER_RT_DEFAULT_TARGET_ONLY are specified.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99621

Files:
  compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake
  compiler-rt/cmake/Modules/CompilerRTUtils.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99621.335112.patch
Type: text/x-patch
Size: 5335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210403/6f525144/attachment.bin>


More information about the llvm-commits mailing list