Revert "Updated configuration for BOLT"
This reverts commit 823df07a07
.
This commit is contained in:
parent
823df07a07
commit
8d10520ca3
2 changed files with 0 additions and 4 deletions
|
@ -13,7 +13,6 @@ 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,8 +4,6 @@
|
|||
|
||||
dependencies:
|
||||
llvm: []
|
||||
bolt:
|
||||
- llvm
|
||||
clang:
|
||||
- llvm
|
||||
clang-tools-extra:
|
||||
|
@ -49,7 +47,6 @@ 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