[PATCH] D62542: [WebAssembly] Make Emscripten-specific behavior specific to the Emscripten target
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 16:59:45 PDT 2019
sunfish updated this revision to Diff 202825.
sunfish added a comment.
- Rename IMPLICITLY_USED to NO_STRIP.
- Remove isExported and setExported accessors.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62542/new/
https://reviews.llvm.org/D62542
Files:
include/llvm/BinaryFormat/Wasm.h
include/llvm/MC/MCSymbolWasm.h
include/llvm/MC/MCWasmObjectWriter.h
lib/MC/MCWasmObjectTargetWriter.cpp
lib/MC/MCWasmStreamer.cpp
lib/MC/WasmObjectWriter.cpp
lib/ObjectYAML/WasmYAML.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
test/CodeGen/WebAssembly/address-offsets.ll
test/CodeGen/WebAssembly/call-pic.ll
test/CodeGen/WebAssembly/load-store-pic.ll
test/MC/WebAssembly/no-dead-strip.ll
tools/llvm-readobj/WasmDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62542.202825.patch
Type: text/x-patch
Size: 11610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/10c92609/attachment.bin>
More information about the llvm-commits
mailing list