[PATCH] D118129: [SystemZ][z/OS] Add AutoConvert.h header to MemoryBuffer.cpp

Abhina Sree via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 06:02:37 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG360af60e1728: [SystemZ][z/OS] Add AutoConvert.h header to MemoryBuffer.cpp (authored by abhina.sreeskantharajan).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118129/new/

https://reviews.llvm.org/D118129

Files:
  llvm/lib/Support/MemoryBuffer.cpp


Index: llvm/lib/Support/MemoryBuffer.cpp
===================================================================
--- llvm/lib/Support/MemoryBuffer.cpp
+++ llvm/lib/Support/MemoryBuffer.cpp
@@ -13,6 +13,7 @@
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/Config/config.h"
+#include "llvm/Support/AutoConvert.h"
 #include "llvm/Support/Error.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Errc.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118129.403237.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/38136ff7/attachment.bin>


More information about the llvm-commits mailing list