[PATCH] D73392: [Support] Split MallocAllocator out of Allocator.h

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 17:12:47 PST 2020


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/BinaryFormat/MachO.h:18
 #include "llvm/Support/DataTypes.h"
-#include "llvm/Support/Host.h"
+#include "llvm/Support/SwapByteOrder.h"
 
----------------
This looks like an unrelated change. It will be nice to commit it separately.


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