Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/wasm/SyntheticSections.cpp | ||
---|---|---|
91 | We don't need to export any extra flags for that case.. i.e. strong is the default for imports. |
Paths
| Differential D111345
[WebAssembly] Add import info to `dylink` section of shared libraries ClosedPublic Authored by sbc100 on Oct 7 2021, 12:46 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: wingo, ecnelises, sunfish and 3 others. · View Herald TranscriptOct 7 2021, 12:46 PM
This revision is now accepted and ready to land.Oct 15 2021, 10:48 AM Closed by commit rG659a08399a78: [WebAssembly] Add import info to `dylink` section of shared libraries (authored by sbc100). · Explain WhyOct 15 2021, 11:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 380074 lld/test/wasm/shared-weak-undefined.s
lld/wasm/SyntheticSections.cpp
llvm/include/llvm/BinaryFormat/Wasm.h
llvm/include/llvm/ObjectYAML/WasmYAML.h
llvm/lib/Object/WasmObjectFile.cpp
llvm/lib/ObjectYAML/WasmYAML.cpp
llvm/tools/obj2yaml/wasm2yaml.cpp
|