[PATCH] D153989: [compiler-rt] Move crt into builtins

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 11 22:56:50 PDT 2023


arichardson added a comment.

I think reduplication of build logic makes sense but these are conceptually separate things. The compiler rt builtins are needed in many cases where the C start-up code isn't (e.g. baremetal OS code). Would moving it to a subdirectory of builtins/ work too? That way it's clearer which source files and tests are part of each component?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153989



More information about the cfe-commits mailing list