]> granicus.if.org Git - llvm/commit
[WebAssembly] Add symbol flag to the binary format llvm.used
authorSam Clegg <sbc@chromium.org>
Thu, 7 Feb 2019 01:24:44 +0000 (01:24 +0000)
committerSam Clegg <sbc@chromium.org>
Thu, 7 Feb 2019 01:24:44 +0000 (01:24 +0000)
commitc44c327530160e1567da37e2e5877d03d8af4c8a
tree2b8d35cbd03284ad9a79a92aaf9c4d179b701980
parenta69ff48e6e09024cd041c706a2edad91fc216e25
[WebAssembly] Add symbol flag to the binary format llvm.used

Summary:
Rather than add a new attribute
See https://github.com/WebAssembly/tool-conventions/issues/64

Subscribers: dschuff, jgravelle-google, aheejin, sunfish, rupprecht, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D57864

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353360 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BinaryFormat/Wasm.h
include/llvm/MC/MCSymbolWasm.h
lib/MC/MCAsmInfoWasm.cpp
lib/MC/MCWasmStreamer.cpp
lib/MC/WasmObjectWriter.cpp
lib/ObjectYAML/WasmYAML.cpp
test/MC/WebAssembly/no-dead-strip.ll [new file with mode: 0644]
tools/llvm-readobj/WasmDumper.cpp