File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 19
19
#include " clang/Frontend/ASTUnit.h"
20
20
#include " clang/Frontend/CompilerInstance.h"
21
21
#include " clang/Frontend/FrontendActions.h"
22
- #include " clang/Interpreter/Interpreter.h"
23
22
#include " clang/Lex/PreprocessorOptions.h"
24
23
#include " clang/Sema/CodeCompleteConsumer.h"
25
24
#include " clang/Sema/CodeCompleteOptions.h"
Original file line number Diff line number Diff line change 17
17
#include " clang/Interpreter/PartialTranslationUnit.h"
18
18
#include " clang/Parse/Parser.h"
19
19
#include " clang/Sema/Sema.h"
20
+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
20
21
#include " llvm/Support/CrashRecoveryContext.h"
21
22
#include " llvm/Support/Error.h"
22
23
Original file line number Diff line number Diff line change 21
21
#include " clang/Sema/Lookup.h"
22
22
#include " clang/Sema/Sema.h"
23
23
24
+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
24
25
#include " llvm/Support/Error.h"
25
26
#include " llvm/Support/raw_ostream.h"
26
27
Original file line number Diff line number Diff line change 14
14
#include " clang/Interpreter/Value.h"
15
15
#include " clang/AST/ASTContext.h"
16
16
#include " clang/AST/Type.h"
17
+ #include " clang/AST/ASTConsumer.h"
17
18
#include " clang/Interpreter/Interpreter.h"
18
19
#include " llvm/ADT/StringExtras.h"
20
+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
19
21
#include < cassert>
20
22
#include < utility>
21
23
Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
1034
1034
1035
1035
if (LLVM_INCLUDE_TESTS )
1036
1036
# All LLVM Python files should be compatible down to this minimum version.
1037
- set (LLVM_MINIMUM_PYTHON_VERSION 3.8 )
1037
+ set (LLVM_MINIMUM_PYTHON_VERSION 3.6 )
1038
1038
else ()
1039
1039
# FIXME: it is unknown if this is the actual minimum bound
1040
1040
set (LLVM_MINIMUM_PYTHON_VERSION 3.0 )
You can’t perform that action at this time.
0 commit comments