[PATCH] D73392: [Support] Split MallocAllocator out of Allocator.h
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 17:30:37 PST 2020
rnk marked an inline comment as done.
rnk added a comment.
Thanks!
================
Comment at: llvm/include/llvm/BinaryFormat/MachO.h:18
#include "llvm/Support/DataTypes.h"
-#include "llvm/Support/Host.h"
+#include "llvm/Support/SwapByteOrder.h"
----------------
MaskRay wrote:
> This looks like an unrelated change. It will be nice to commit it separately.
It is related via this chain:
Host.h ->
StringMap.h ->
Allocator.h (removed in this change) ->
MathExtras.h ->
SwapByteOrder.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73392/new/
https://reviews.llvm.org/D73392
More information about the llvm-commits
mailing list