[PATCH] D89492: [compiler-rt] Enable building builtins using top-level CMake file

Daniel Kolesa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 19:35:37 PDT 2022


q66 added a comment.
Herald added a project: All.

are there any plans to get this or an equivalent in? currently in my distribution i have to ship a version of this patch rebased to llvm 14 (https://github.com/chimera-linux/cports/blob/master/main/llvm/patches/999-build-runtimes-crt.patch) because if i don't, i can't build llvm at all (my system is fully llvm-based, therefore does not come with a gcc crt; an llvm crt is needed in order to build the rest of the runtimes, as otherwise invoking the in-tree clang used to build compiler-rt will try to find `crtbeginS.o` etc. which do not exist in my system)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89492



More information about the llvm-commits mailing list