The code for implementing this features is taken almost verbatim
from the ELF backend.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 32446 Build 32445: arc lint + arc unit
Paths
| Differential D62380
[WebAssebmly] Add support for -wrap ClosedPublic Authored by sbc100 on May 24 2019, 5:11 AM.
Details Summary The code for implementing this features is taken almost verbatim
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, dexonsmith, steven_wu and 5 others. · View Herald Transcript This revision is now accepted and ready to land.May 24 2019, 5:32 AM Closed by commit rLLD361639: [WebAssebmly] Add support for --wrap (authored by sbc). · Explain WhyMay 24 2019, 7:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201201 lld/ELF/Driver.cpp
lld/ELF/InputFiles.h
lld/include/lld/Common/LLVM.h
lld/test/wasm/wrap.ll
lld/wasm/Driver.cpp
lld/wasm/InputFiles.h
lld/wasm/LTO.cpp
lld/wasm/Options.td
lld/wasm/SymbolTable.h
lld/wasm/SymbolTable.cpp
lld/wasm/Symbols.h
|