[PATCH] D55709: [docs][ARM] Improve How to Cross Compile Compiler-rt Builtins For Arm

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 17 11:32:03 PST 2018


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

(It should be possible to build baremetal compiler-rt without an existing sysroot in theory, since there is no libc to link against, but I wouldn't be surprised if it doesn't work in practice; we should look into simplifying it at some point.)


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

https://reviews.llvm.org/D55709





More information about the llvm-commits mailing list