Files
clang-p2996/lld/test/wasm/Inputs/libstub.so
Sam Clegg 7a8ee92fa8 [lld][WebAssembly] Process stub libraries in a loop
When stub libraries trigger the fetching of new object files we can
potentially introduce new undefined symbols so process the stub in
loop until no new objects are pulled in.

Differential Revision: https://reviews.llvm.org/D153466
2023-08-11 11:07:40 -07:00

7 lines
97 B
Plaintext

#STUB
# This is a comment
foo: foodep1,foodep2
# This symbols as no dependencies
bar
baz: bazdep