Updated configuration for BOLT
This commit is contained in:
parent
54fa9b1556
commit
823df07a07
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ RUN echo 'intall build dependencies'; \
|
|||
python3 python3-psutil \
|
||||
python3-pip python3-setuptools \
|
||||
lsb-release software-properties-common \
|
||||
libjemalloc-dev \
|
||||
swig python3-dev libedit-dev libncurses5-dev libxml2-dev liblzma-dev golang rsync jq;
|
||||
RUN wget https://apt.llvm.org/llvm.sh; \
|
||||
chmod +x llvm.sh; \
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
dependencies:
|
||||
llvm: []
|
||||
bolt:
|
||||
- llvm
|
||||
clang:
|
||||
- llvm
|
||||
clang-tools-extra:
|
||||
|
@ -47,6 +49,7 @@ dependencies:
|
|||
# llvm/CMakeLists.txt in "set(LLVM_ALL_PROJECTS ..."
|
||||
# The value for all project is the list of ninja targets to run.
|
||||
allprojects:
|
||||
bolt: ["check-bolt"]
|
||||
clang: ["check-clang"]
|
||||
clang-tools-extra: ["check-clang-tools"]
|
||||
compiler-rt: ["check-all"] # check-compiler-rt seems to exist only in standalone builds.
|
||||
|
|
Loading…
Reference in a new issue