We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9842d09 commit df11003Copy full SHA for df11003
llvm/docs/HowToCrossCompileLLVM.rst
@@ -233,4 +233,6 @@ to a device that runs the target architecture natively:
233
234
The generated toolchain is portable, but requires compatible versions of any
235
shared libraries it links against. This means using a sysroot that is as
236
-similar to your target operating system as possible is desirable.
+similar to your target operating system as possible is desirable. Other `CMake
237
+variables <https://llvm.org/docs/CMake.html#frequently-used-cmake-variables>`_
238
+may be helpful, for instance ``LLVM_STATIC_LINK_CXX_STDLIB``.
0 commit comments