OSDN Git Service

[WebAssembly] Identify COMDATs by index rather than string. NFC
authorNicholas Wilson <nicholas@nicholaswilson.me.uk>
Wed, 14 Mar 2018 15:44:45 +0000 (15:44 +0000)
committerNicholas Wilson <nicholas@nicholaswilson.me.uk>
Wed, 14 Mar 2018 15:44:45 +0000 (15:44 +0000)
commitdc84b5c40c786840de7d39fec8f650b551570602
tree59f6c9759945391cb1c7dd4f25ab430076805216
parent1fd0177abc0d566c540a753b9f34bf86d91b1733
[WebAssembly] Identify COMDATs by index rather than string. NFC

This will enable an optimisation in LLD.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327522 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BinaryFormat/Wasm.h
include/llvm/Object/Wasm.h
lib/Object/WasmObjectFile.cpp
tools/obj2yaml/wasm2yaml.cpp