File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,6 @@ install:
352
352
- make -C src/ansi-c library_check
353
353
- make -C src/cpp library_check
354
354
- make -C src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3
355
- - make -C src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3 clobber.dir memory-models.dir
356
355
- make -C jbmc/src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3
357
356
358
357
script :
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ add_subdirectory(pointer-analysis)
96
96
add_subdirectory (solvers )
97
97
add_subdirectory (util )
98
98
add_subdirectory (xmllang )
99
- add_subdirectory (clobber )
100
99
101
100
add_subdirectory (cbmc )
102
101
add_subdirectory (goto-cc )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ DIRS = analyses \
3
3
assembler \
4
4
big-int \
5
5
cbmc \
6
- clobber \
7
6
cpp \
8
7
goto-analyzer \
9
8
goto-cc \
You can’t perform that action at this time.
0 commit comments