From 963cbdd567154695f219b9c241effab1024bf9fd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 21 Mar 2016 11:03:39 +0000 Subject: [PATCH] clang/test/Frontend/plugin-annotate-functions.c requires the target examples/AnnotateFunctions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263931 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f1a5838f6b..00f5e5a82b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -40,6 +40,7 @@ endif () if (ENABLE_CLANG_EXAMPLES) list(APPEND CLANG_TEST_DEPS + AnnotateFunctions clang-interpreter PrintFunctionNames ) -- 2.40.0