Skip to content

Commit 6a4b890

Browse files
committed
[SystemZ][z/OS] add back headers needed for strnlen, autoconversion
1 parent 7ae6c43 commit 6a4b890

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "llvm/Support/Alignment.h"
1111
#include "llvm/Support/Errc.h"
1212
#include "llvm/Support/ErrorHandling.h"
13+
#include "llvm/Support/SystemZ/zOSSupport.h"
1314

1415
using namespace llvm;
1516
using namespace llvm::objcopy::macho;

llvm/lib/ObjCopy/MachO/MachOObject.cpp

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

99
#include "MachOObject.h"
1010
#include "llvm/ADT/SmallPtrSet.h"
11+
#include "llvm/Support/SystemZ/zOSSupport.h"
1112
#include <unordered_set>
1213

1314
using namespace llvm;

llvm/lib/ObjCopy/MachO/MachOReader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "MachOObject.h"
1111
#include "llvm/BinaryFormat/MachO.h"
1212
#include "llvm/Object/MachO.h"
13+
#include "llvm/Support/SystemZ/zOSSupport.h"
1314
#include <memory>
1415

1516
using namespace llvm;

llvm/lib/ObjectYAML/MachOEmitter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "llvm/Support/FormatVariadic.h"
2121
#include "llvm/Support/LEB128.h"
2222
#include "llvm/Support/YAMLTraits.h"
23+
#include "llvm/Support/SystemZ/zOSSupport.h"
2324
#include "llvm/Support/raw_ostream.h"
2425

2526
using namespace llvm;

llvm/lib/ObjectYAML/MachOYAML.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "llvm/BinaryFormat/MachO.h"
1616
#include "llvm/Support/YAMLTraits.h"
1717
#include "llvm/Support/raw_ostream.h"
18+
#include "llvm/Support/SystemZ/zOSSupport.h"
1819
#include "llvm/TargetParser/Host.h"
1920
#include <cstdint>
2021
#include <cstring>

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)