[PATCH] D112229: Reapply [ORC-RT] Configure the ORC runtime for more architectures and platforms

Ben Langmuir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 21 08:49:10 PDT 2021


benlangmuir added inline comments.


================
Comment at: clang/cmake/caches/CrossWinToARMLinux.cmake:104
 set(COMPILER_RT_BUILD_CRT                   OFF CACHE BOOL "")
+set(COMPILER_RT_BUILD_ORC                   OFF CACHE BOOL "")
 set(COMPILER_RT_DEFAULT_TARGET_ONLY         ON CACHE BOOL "")
----------------
This is the only change since the last time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112229



More information about the cfe-commits mailing list