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

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 15:28:11 PST 2022


kaz7 added a comment.
Herald added a subscriber: pcwang-thead.

Hi @phosek

I understand you are very busy.  But, is there any way to push forward this patch since the ability of runtime standalone build has been removed at D119255 <https://reviews.llvm.org/D119255>.  We, VE, badly need this feature, compiling crtbegin.o and crtend.o before runtimes.  I previously posted similar patch, D115038 <https://reviews.llvm.org/D115038>, but it is recommended to remove since you already post this patch.  But, this patch is not merged yet.  Now, this patch is blocking VE runtime build from my point of view.  Is it OK to make a similar patch if you don't have time to work on this?  Please let me know what you think.  Thanks.


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