projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138c7ac
)
fix typo
author
Nico Weber
<thakis@chromium.org>
Tue, 3 Mar 2020 02:01:50 +0000
(21:01 -0500)
committer
Nico Weber
<thakis@chromium.org>
Tue, 3 Mar 2020 02:01:50 +0000
(21:01 -0500)
lld/docs/WebAssembly.rst
patch
|
blob
|
history
diff --git
a/lld/docs/WebAssembly.rst
b/lld/docs/WebAssembly.rst
index 13ed0aeb94d4cc4540e28eb766024c03ddc4a165..b23f2cd462b4bedd6778ad7e61ba964d2515efcf 100644
(file)
--- a/
lld/docs/WebAssembly.rst
+++ b/
lld/docs/WebAssembly.rst
@@
-137,7
+137,7
@@
By default no undefined symbols are allowed in the final binary. The flag
``--allow-undefined`` results in a WebAssembly import being defined for each
undefined symbol. It is then up to the runtime to provide such symbols.
-Alternativly symbols can be marked in the source code as with the
+Alternativ
e
ly symbols can be marked in the source code as with the
``import_name`` and/or ``import_module`` clang attributes which signals that
they are expected to be undefined at static link time.