Skip to content

Commit 6e8ec42

Browse files
Restore zOSSupport.h.
1 parent d860ccd commit 6e8ec42

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/lib/ObjectYAML/MachOEmitter.cpp

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

llvm/lib/ObjectYAML/MachOYAML.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "llvm/ObjectYAML/MachOYAML.h"
1414
#include "llvm/ADT/StringRef.h"
1515
#include "llvm/BinaryFormat/MachO.h"
16+
#include "llvm/Support/SystemZ/zOSSupport.h"
1617
#include "llvm/Support/YAMLTraits.h"
1718
#include "llvm/Support/raw_ostream.h"
1819
#include "llvm/TargetParser/Host.h"

0 commit comments

Comments
 (0)