summaryrefslogtreecommitdiffstats
path: root/lld/docs/WebAssembly.rst
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-05-10 17:59:41 +0000
committerSam Clegg <sbc@chromium.org>2018-05-10 17:59:41 +0000
commit262e09018b60d5c075f28c1e74b4c3a792f55969 (patch)
tree92578a0ee46e7fc4b86b3ba491dc21febafd6e16 /lld/docs/WebAssembly.rst
parenta5908009cdf96ed376d73f91a8418b97057b663e (diff)
downloadbcm5719-llvm-262e09018b60d5c075f28c1e74b4c3a792f55969.tar.gz
bcm5719-llvm-262e09018b60d5c075f28c1e74b4c3a792f55969.zip
[WebAssembly] Remove final -wasm component of target triple. NFC.
This has been the default for a while now. llvm-svn: 332009
Diffstat (limited to 'lld/docs/WebAssembly.rst')
-rw-r--r--lld/docs/WebAssembly.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/WebAssembly.rst b/lld/docs/WebAssembly.rst
index 1df8fa3a82b..264d221970b 100644
--- a/lld/docs/WebAssembly.rst
+++ b/lld/docs/WebAssembly.rst
@@ -18,7 +18,7 @@ the WebAssembly tool conventions
https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md.
This is object format that the llvm will produce when run with the
-``wasm32-unknown-unknown-wasm`` target. To build llvm with WebAssembly support
+``wasm32-unknown-unknown`` target. To build llvm with WebAssembly support
currently requires enabling the experimental backed using
``-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly``.
OpenPOWER on IntegriCloud