diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 5ce1893a23e..5c36952ea1f 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -930,6 +930,10 @@ GCC compiler supports. The result of such a build is executables that are not runnable on on the build host (--build option) but can be executed on the compile host (--host option). +Check :doc:`HowToCrossCompileLLVM` and `Clang docs on how to cross-compile in general +`_ for more information +about cross-compiling. + The Location of LLVM Object Files ---------------------------------