aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-09-04 15:57:20 -0700
committerDan Albert <danalbert@google.com>2019-09-04 15:57:20 -0700
commitdb8e80ce1b41912dd8100c00490d06f438c790ab (patch)
tree2a19144f20e341f1b475948f93996601b0417419 /docs
parentd7ac2b8d87809e9ac4ee79971f0a70efb17e3af5 (diff)
downloadndk-db8e80ce1b41912dd8100c00490d06f438c790ab.tar.gz
Remove Windows LLD --threads workaround.
Test: ./checkbuild.py && ./run_tests.py Bug: https://github.com/android-ndk/ndk/issues/855 Change-Id: I3f404dec7a020db07adbbbdaf03865ca143c9a3c
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildSystemMaintainers.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/BuildSystemMaintainers.md b/docs/BuildSystemMaintainers.md
index fe2452fdb..2d7586c6b 100644
--- a/docs/BuildSystemMaintainers.md
+++ b/docs/BuildSystemMaintainers.md
@@ -215,13 +215,7 @@ installed to the triple directory and is not triple-prefixed, but rather is only
installed as `<NDK>/toolchains/llvm/prebuilt/<host-tag>/bin/ld.lld` because the
one binary supports all ABIs.
-
-Warning: Multithreaded linking with LLD may hang on Windows. This feature is on
-by default. To workaround this, `-Wl,--no-threads` must be passed to Clang when
-using LLD on Windows. See [Issue 855].
-
[Issue 70838247]: https://issuetracker.google.com/70838247
-[Issue 855]: https://github.com/android-ndk/ndk/issues/855
## Sysroot