File tree 4 files changed +3
-2
lines changed
4 files changed +3
-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 22
22
#include " clang/Interpreter/Interpreter.h"
23
23
#include " clang/Parse/Parser.h"
24
24
#include " clang/Sema/Sema.h"
25
+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
25
26
#include " llvm/Option/ArgList.h"
26
27
#include " llvm/Support/CrashRecoveryContext.h"
27
28
#include " llvm/Support/Error.h"
Original file line number Diff line number Diff line change 16
16
#include " clang/AST/Type.h"
17
17
#include " clang/Interpreter/Interpreter.h"
18
18
#include " llvm/ADT/StringExtras.h"
19
+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
19
20
#include " llvm/Support/ErrorHandling.h"
20
21
#include " llvm/Support/raw_os_ostream.h"
21
22
#include < cassert>
Original file line number Diff line number Diff line change @@ -947,7 +947,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
947
947
948
948
if (LLVM_INCLUDE_TESTS)
949
949
# All LLVM Python files should be compatible down to this minimum version.
950
- set (LLVM_MINIMUM_PYTHON_VERSION 3.8 )
950
+ set (LLVM_MINIMUM_PYTHON_VERSION 3.6 )
951
951
else ()
952
952
# FIXME: it is unknown if this is the actual minimum bound
953
953
set (LLVM_MINIMUM_PYTHON_VERSION 3.0)
You can’t perform that action at this time.
0 commit comments