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

Commit 19331a9

Browse files
TimNNarielb1
authored andcommitted
disable unittests and the xray tool
they don't compile on (at least) freebsd and we don't need them
1 parent a88d694 commit 19331a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ if( LLVM_INCLUDE_UTILS )
845845
add_subdirectory(utils/not)
846846
add_subdirectory(utils/llvm-lit)
847847
add_subdirectory(utils/yaml-bench)
848-
add_subdirectory(utils/unittest)
848+
# add_subdirectory(utils/unittest)
849849
else()
850850
if ( LLVM_INCLUDE_TESTS )
851851
message(FATAL_ERROR "Including tests when not building utils will not work.

tools/llvm-xray/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ set(LLVM_XRAY_TOOLS
1414
xray-extract.cc
1515
xray-registry.cc)
1616

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

0 commit comments

Comments
 (0)