[all-commits] [llvm/llvm-project] 4c41fb: [WebAssembly] Use wasm::Signature for in ObjectWri...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Mon Sep 28 10:47:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c41fb5ad70caeda7f03f0049fb1dff9934dfc53
https://github.com/llvm/llvm-project/commit/4c41fb5ad70caeda7f03f0049fb1dff9934dfc53
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M llvm/lib/MC/WasmObjectWriter.cpp
Log Message:
-----------
[WebAssembly] Use wasm::Signature for in ObjectWriter (NFC)
There are two `WasmSignature` structs, one in
include/llvm/BinaryFormat/Wasm.h and the other in
lib/MC/WasmObjectWriter.cpp. I don't know why they got separated in this
way in the first place, but it seems we can unify them to use the one in
Wasm.h for all cases.
Reviewed By: dschuff, sbc100
Differential Revision: https://reviews.llvm.org/D88428
More information about the All-commits
mailing list