File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
Plugins/ExpressionParser/Clang Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 19
19
#include " lldb/Utility/Timer.h"
20
20
#include " llvm/Support/TargetSelect.h"
21
21
22
- #ifdef LLDB_ENABLE_SWIFT
23
- #include " Plugins/ExpressionParser/Swift/SwiftREPL.h"
24
- #include " Plugins/InstrumentationRuntime/SwiftRuntimeReporting/SwiftRuntimeReporting.h"
25
- #include " Plugins/Language/Swift/SwiftLanguage.h"
26
- #include " Plugins/TypeSystem/Swift/SwiftASTContext.h"
27
- #include " lldb/Target/SwiftLanguageRuntime.h"
28
- #endif // LLDB_ENABLE_SWIFT
29
-
30
22
#pragma clang diagnostic push
31
23
#pragma clang diagnostic ignored "-Wglobal-constructors"
32
24
#include " llvm/ExecutionEngine/MCJIT.h"
Original file line number Diff line number Diff line change 34
34
#include " lldb/../../source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h"
35
35
#include " lldb/../../source/Plugins/ObjectFile/JIT/ObjectFileJIT.h"
36
36
37
- #ifdef LLDB_ENABLE_SWIFT
38
- #include " lldb/Target/SwiftLanguageRuntime.h"
39
- #endif // LLDB_ENABLE_SWIFT
40
-
41
37
using namespace lldb_private ;
42
38
43
39
IRExecutionUnit::IRExecutionUnit (std::unique_ptr<llvm::LLVMContext> &context_up,
Original file line number Diff line number Diff line change 17
17
#include " lldb/Utility/Log.h"
18
18
#include " lldb/Utility/StreamString.h"
19
19
20
- #ifdef LLDB_ENABLE_SWIFT
21
- #include " Plugins/TypeSystem/Swift/SwiftASTContext.h" // Needed for llvm::isa<SwiftASTContext>(...)
22
- #include " lldb/Symbol/TypeSystem.h"
23
- #include " swift/AST/Decl.h"
24
- #include " swift/AST/Pattern.h"
25
- #endif // LLDB_ENABLE_SWIFT
26
20
#include " clang/AST/Decl.h"
27
21
28
22
#include " llvm/ADT/StringMap.h"
You can’t perform that action at this time.
0 commit comments