Skip to content

Commit

Permalink
[SystemZ][z/OS] Add AutoConvert.h header to MemoryBuffer.cpp
Browse files Browse the repository at this point in the history
This commit 75e164f removed the AutoConvert.h header causing a build break on z/OS. This patch adds it back to fix it.

Reviewed By: zibi

Differential Revision: https://reviews.llvm.org/D118129
  • Loading branch information
abhina-sree committed Jan 26, 2022
1 parent 8700b22 commit 360af60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Support/MemoryBuffer.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 360af60

Please sign in to comment.