Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 217fe03

Browse files
committed
disable unittests and the xray tool
they don't compile on (at least) freebsd and we don't need them
1 parent a8c18dc commit 217fe03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -913,10 +913,10 @@ if( LLVM_INCLUDE_TESTS )
913913
ALWAYS_CLEAN)
914914
endif()
915915
add_subdirectory(test)
916-
add_subdirectory(unittests)
917-
if( LLVM_INCLUDE_UTILS )
918-
add_subdirectory(utils/unittest)
919-
endif()
916+
# add_subdirectory(unittests)
917+
# if( LLVM_INCLUDE_UTILS )
918+
# add_subdirectory(utils/unittest)
919+
# endif()
920920

921921
if (WIN32)
922922
# This utility is used to prevent crashing tests from calling Dr. Watson on

tools/llvm-xray/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ set(LLVM_XRAY_TOOLS
1717
xray-graph-diff.cc
1818
xray-registry.cc)
1919

20-
add_llvm_tool(llvm-xray llvm-xray.cc ${LLVM_XRAY_TOOLS})
20+
# add_llvm_tool(llvm-xray llvm-xray.cc ${LLVM_XRAY_TOOLS})

0 commit comments

Comments
 (0)