Skip to content

Commit 4802294

Browse files
authored
Merge pull request #7681 from apple/jdevlieghere/safe-macho
[lldb] Include SafeMachO.h before ReflectionContext.h (NFC)
2 parents 6000670 + ecf8d98 commit 4802294

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "lldb/Core/ValueObjectVariable.h"
3333
#include "lldb/DataFormatters/StringPrinter.h"
3434
#include "lldb/Host/OptionParser.h"
35+
#include "lldb/Host/SafeMachO.h"
3536
#include "lldb/Interpreter/CommandInterpreter.h"
3637
#include "lldb/Interpreter/CommandObject.h"
3738
#include "lldb/Interpreter/CommandObjectMultiword.h"

lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntimeDynamicTypeResolution.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
2121
#include "Plugins/TypeSystem/Swift/SwiftDemangle.h"
2222
#include "lldb/Core/ValueObjectMemory.h"
23+
#include "lldb/Host/SafeMachO.h"
2324
#include "lldb/Symbol/Variable.h"
2425
#include "lldb/Symbol/VariableList.h"
2526
#include "lldb/Target/ProcessStructReader.h"

lldb/source/Plugins/LanguageRuntime/Swift/SwiftMetadataCache.h

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

77
#include "lldb/Core/DataFileCache.h"
88
#include "lldb/Core/Module.h"
9+
#include "lldb/Host/SafeMachO.h"
910

1011
#include "llvm/Support/DJB.h"
1112
#include "llvm/Support/OnDiskHashTable.h"

0 commit comments

Comments
 (0)