Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Disable build of llvm-cbe project. #40

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ foreach(entry ${entries})
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite) AND
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs) AND
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/openmp) AND
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests))
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests) AND
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/llvm-cbe))
add_subdirectory(${entry})
endif()
endif()
Expand Down
14 changes: 0 additions & 14 deletions projects/llvm-cbe/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions projects/llvm-cbe/lib/Makefile

This file was deleted.

17 changes: 0 additions & 17 deletions projects/llvm-cbe/lib/Target/CBackend/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions projects/llvm-cbe/lib/Target/CBackend/TargetInfo/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions projects/llvm-cbe/lib/Target/Makefile

This file was deleted.

81 changes: 0 additions & 81 deletions projects/llvm-cbe/test/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions projects/llvm-cbe/tools/Makefile

This file was deleted.

21 changes: 0 additions & 21 deletions projects/llvm-cbe/tools/llvm-cbe/Makefile

This file was deleted.