Closed wbqpk3 closed 1 year ago
The CI also needs to be updated to LLVM and Clang 11. See the following files:
.github/scripts/setup_build_ubuntu-20.04.sh
.github/scripts/setup_runtime_ubuntu-20.04.sh
.gitlab/build-deps.sh
The Dockefiles also had to be updated, related change to this MR in 354895724db9bd5c39ea043a73e9b168574ee960.
In
clang::CreateASTDumper
functionDumpDeclTypes
seems new functionality, thus it was changed tofalse
. See: https://github.com/llvm/llvm-project/blob/llvmorg-11.1.0/clang/lib/Frontend/ASTConsumers.cpp#L98 https://github.com/llvm/llvm-project/blob/llvmorg-10.0.0/clang/lib/Frontend/ASTConsumers.cpp#L81