[PATCH] D68393: [RISCV] Add riscv{32,64} to ALL_CRT_SUPPORTED_ARCH list
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 06:03:27 PDT 2019
lenary accepted this revision.
lenary added a comment.
This revision is now accepted and ready to land.
I have finally got the runtimes building. There's basically no documentation for the compiler-rt build system, which is very infuriating. Instead I needed to do a close reading of the cmake sources. I believe I have the correct configuration now, which I need to save somewhere (potentially so it becomes available for others).
Yes, this patch is required to ensure that you can build the compiler-rt builtins and the compiler-rt crtbegin and crtend. I am happy for it to land.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68393/new/
https://reviews.llvm.org/D68393
More information about the llvm-commits
mailing list