summaryrefslogtreecommitdiff
path: root/src/asm2wasm-main.cpp
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2016-04-25 13:16:18 -0700
committerDerek Schuff <dschuff@chromium.org>2016-04-25 13:16:18 -0700
commit27ef6de772ca90824018819b91b8a230136f56c3 (patch)
tree265bcdc03489f1f6f844422cc03f6a0528cafa93 /src/asm2wasm-main.cpp
parent0d17b75113d4f50d4b05ef3b243dcad962483def (diff)
downloadbinaryen-27ef6de772ca90824018819b91b8a230136f56c3.tar.gz
binaryen-27ef6de772ca90824018819b91b8a230136f56c3.tar.bz2
binaryen-27ef6de772ca90824018819b91b8a230136f56c3.zip
Separate LinkerObject from Linker (#383)
Create the LinkerObject class, which has a wasm Module and represents the module plus the information needed to relocate and lay it out. Each Linker owns a "main executable" LinkerObject, and S2WasmBuilder requires a LinkerObject instead of just a Module because LLVM asm files require relocation/linking before they represent a full wasm module. No merging support yet, but the real functionality for #370 is coming soon.
Diffstat (limited to 'src/asm2wasm-main.cpp')
0 files changed, 0 insertions, 0 deletions