[all-commits] [llvm/llvm-project] b59dff: [wasm] Move WasmTraits.h to BinaryFormat
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Sep 28 13:08:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b59dff4b164c62fd802d06bb7be75fe31de94c71
https://github.com/llvm/llvm-project/commit/b59dff4b164c62fd802d06bb7be75fe31de94c71
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M lld/wasm/SyntheticSections.h
M lld/wasm/Writer.cpp
A llvm/include/llvm/BinaryFormat/WasmTraits.h
R llvm/include/llvm/Object/WasmTraits.h
M llvm/lib/MC/WasmObjectWriter.cpp
Log Message:
-----------
[wasm] Move WasmTraits.h to BinaryFormat
There's no dependency on Object in there and this avoids a cyclic
dependency between libMC and libObject.
More information about the All-commits
mailing list