[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
Fri Dec 14 14:58:45 PST 2018


efriedma added inline comments.


================
Comment at: docs/HowToCrossCompileBuiltinsOnArm.rst:227
 **Note** that for the recipe to work the compiler-rt source must be checked out
-into the directory llvm/runtimes and not llvm/projects.
+into the directory llvm/runtimes and not llvm/projects. You will also need
+clang and lld checked out.
----------------
For "A" targets, we recommend putting compiler-rt into llvm/projects, but for "M" targets we recommend putting it into llvm/runtimes?  That seems kind of confusing... if it's intentional, please call it out explicitly.


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

https://reviews.llvm.org/D55709





More information about the llvm-commits mailing list