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 1919#include " clang/Frontend/ASTUnit.h"
2020#include " clang/Frontend/CompilerInstance.h"
2121#include " clang/Frontend/FrontendActions.h"
22- #include " clang/Interpreter/Interpreter.h"
2322#include " clang/Lex/PreprocessorOptions.h"
2423#include " clang/Sema/CodeCompleteConsumer.h"
2524#include " clang/Sema/CodeCompleteOptions.h"
Original file line number Diff line number Diff line change 1717#include " clang/Interpreter/PartialTranslationUnit.h"
1818#include " clang/Parse/Parser.h"
1919#include " clang/Sema/Sema.h"
20+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
2021#include " llvm/Support/CrashRecoveryContext.h"
2122#include " llvm/Support/Error.h"
2223
Original file line number Diff line number Diff line change 2121#include " clang/Sema/Lookup.h"
2222#include " clang/Sema/Sema.h"
2323
24+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
2425#include " llvm/Support/Error.h"
2526#include " llvm/Support/raw_ostream.h"
2627
Original file line number Diff line number Diff line change 1414#include " clang/Interpreter/Value.h"
1515#include " clang/AST/ASTContext.h"
1616#include " clang/AST/Type.h"
17+ #include " clang/AST/ASTConsumer.h"
1718#include " clang/Interpreter/Interpreter.h"
1819#include " llvm/ADT/StringExtras.h"
20+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
1921#include < cassert>
2022#include < utility>
2123
Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
10341034
10351035if (LLVM_INCLUDE_TESTS)
10361036 # 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 )
10381038else ()
10391039 # FIXME: it is unknown if this is the actual minimum bound
10401040 set (LLVM_MINIMUM_PYTHON_VERSION 3.0)
You can’t perform that action at this time.
0 commit comments