[libc-commits] [PATCH] D78611: [libc] Add a library of low level utils.

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 22 01:03:13 PDT 2020


abrachet added a comment.

Do these all belong in a linux specific directory? Wouldn't the two which aren't x86 specific be fine to put into libc/src/__support/?

Also, we should be weary of LTO inlining. I'm not entirely sure of the details here or how to force the linker to not inline these functions. It would certainly break all of these so it's worth looking into.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78611





More information about the libc-commits mailing list