summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2018-04-13 17:25:31 +0200
committerIvan Donchevskii <ivan.donchevskii@qt.io>2019-04-04 06:56:42 +0000
commit830d994c2f64c7c69397f762d9e131c10f64d767 (patch)
treedd707c689821674391156939fc502fe6eb584dbc
parent18e41dc964f916504ec90dba523826ac74d235c4 (diff)
Fix mingw build with Clazy
We do not need this example to be built anyways. This is a cherry pick from commit bd689e2fcd2226bdd5498fff5460f6ba7fd2ca5b Change-Id: I90e00e6d70ee54870159b4a656dc2a7ecb1c9056 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 74db9e53304d..76b1ab2d6965 100644
--- a/lib/Transforms/CMakeLists.txt
+++ b/lib/Transforms/CMakeLists.txt
@@ -5,6 +5,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 d2b2b8d11649..6be555823930 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -36,7 +36,6 @@ endif()
set(LLVM_TEST_DEPENDS
BugpointPasses
FileCheck
- LLVMHello
UnitTests
bugpoint
count