See the docs in lld/docs/WebAssembly.rst for more on this. This feature unlocks a lot of simplification in the emscripten toolchain since we can represent the JS libraries to wasm-ld as stub libraries. See https://github.com/emscripten-core/emscripten/issues/18875 Differential Revision: https://reviews.llvm.org/D145308
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
#STUB
|
|
# This is a comment
|
|
foo: foodep1,foodep2
|
|
# This symbols as no dependencies
|
|
bar
|