Skip to content

Commit 9cada10

Browse files
committed
[SystemZ][z/OS] Add back removed AutoConvert.h headers that were incorrectly identified as unused to fix a build error on z/OS
1 parent aa74649 commit 9cada10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/lib/Support/InitLLVM.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "llvm/Support/InitLLVM.h"
1010
#include "llvm/ADT/StringRef.h"
11+
#include "llvm/Support/AutoConvert.h"
1112
#include "llvm/Support/Error.h"
1213
#include "llvm/Support/ErrorHandling.h"
1314
#include "llvm/Support/ManagedStatic.h"

llvm/lib/Support/raw_ostream.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "llvm/Support/raw_ostream.h"
1414
#include "llvm/ADT/StringExtras.h"
1515
#include "llvm/Config/config.h"
16+
#include "llvm/Support/AutoConvert.h"
1617
#include "llvm/Support/Compiler.h"
1718
#include "llvm/Support/Duration.h"
1819
#include "llvm/Support/ErrorHandling.h"

0 commit comments

Comments
 (0)