[all-commits] [llvm/llvm-project] c0039d: [Object][WebAssemlby] Report function types (signa...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Mon Oct 4 17:34:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0039de2953d15815448b4b3c3bafb45607781e0
https://github.com/llvm/llvm-project/commit/c0039de2953d15815448b4b3c3bafb45607781e0
Author: Sam Clegg <sbc at chromium.org>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M lld/wasm/InputFiles.cpp
M lld/wasm/InputFiles.h
M llvm/include/llvm/BinaryFormat/Wasm.h
M llvm/include/llvm/Object/Wasm.h
M llvm/lib/Object/WasmObjectFile.cpp
M llvm/tools/obj2yaml/wasm2yaml.cpp
Log Message:
-----------
[Object][WebAssemlby] Report function types (signatures). NFC
This simplifies the code in a number of ways and avoids
having to track functions and their types separately.
Differential Revision: https://reviews.llvm.org/D111104
More information about the All-commits
mailing list