Skip to content

Commit df11003

Browse files
committed
Mention LLVM_STATIC_LINK_CXX_STDLIB
1 parent 9842d09 commit df11003

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/docs/HowToCrossCompileLLVM.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,6 @@ to a device that runs the target architecture natively:
233233
234234
The generated toolchain is portable, but requires compatible versions of any
235235
shared libraries it links against. This means using a sysroot that is as
236-
similar to your target operating system as possible is desirable.
236+
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

Comments
 (0)