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

Commit

Permalink
Merge pull request #40 from lateralusX/lateralusX/fix-build-errors-ll…
Browse files Browse the repository at this point in the history
…vm-cbe

Disable build of llvm-cbe project.
  • Loading branch information
lateralusX committed Mar 8, 2019
2 parents 367d4e9 + 55429dd commit 286f431
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 190 deletions.
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.

0 comments on commit 286f431

Please sign in to comment.