Skip to content

remove clobber #2739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ install:
- make -C src/ansi-c library_check
- make -C src/cpp library_check
- make -C src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3
- make -C src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3 clobber.dir memory-models.dir
- make -C jbmc/src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3

script:
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ set_target_properties(
big-int
cbmc
cbmc-lib
clobber
clobber-lib
cpp
driver
goto-analyzer
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ add_subdirectory(pointer-analysis)
add_subdirectory(solvers)
add_subdirectory(util)
add_subdirectory(xmllang)
add_subdirectory(clobber)

add_subdirectory(cbmc)
add_subdirectory(goto-cc)
Expand Down
1 change: 0 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ DIRS = analyses \
assembler \
big-int \
cbmc \
clobber \
cpp \
goto-analyzer \
goto-cc \
Expand Down
31 changes: 0 additions & 31 deletions src/clobber/CMakeLists.txt

This file was deleted.

41 changes: 0 additions & 41 deletions src/clobber/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions src/clobber/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions src/clobber/clobber_main.cpp

This file was deleted.

Loading