summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2018-04-13 17:25:31 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2018-04-19 12:52:48 +0000
commitbd689e2fcd2226bdd5498fff5460f6ba7fd2ca5b (patch)
treedcfe26d88107451c99a2acee8962613087a43eec
parente73bd18593c1c246e1078a65711b5ba2a733c6b5 (diff)
Fix mingw build with Clazyrelease_60-based
We do not need this example to be built anyways. Change-Id: I815970b1bec2622d786b824e7b0d097e2a1a5ecb Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
-rw-r--r--lib/Transforms/CMakeLists.txt1
-rw-r--r--test/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/CMakeLists.txt b/lib/Transforms/CMakeLists.txt
index 67bdeb27212d..7fcddb15904e 100644
--- a/lib/Transforms/CMakeLists.txt
+++ b/lib/Transforms/CMakeLists.txt
@@ -4,6 +4,5 @@ add_subdirectory(InstCombine)
add_subdirectory(Scalar)
add_subdirectory(IPO)
add_subdirectory(Vectorize)
-add_subdirectory(Hello)
add_subdirectory(ObjCARC)
add_subdirectory(Coroutines)
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 6cf5103bf44c..0b9608a2e52c 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -35,7 +35,6 @@ endif()
set(LLVM_TEST_DEPENDS
BugpointPasses
FileCheck
- LLVMHello
UnitTests
bugpoint
count