From: NAKAMURA Takumi Date: Mon, 21 Mar 2016 11:03:39 +0000 (+0000) Subject: clang/test/Frontend/plugin-annotate-functions.c requires the target examples/Annotate... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=963cbdd567154695f219b9c241effab1024bf9fd;p=clang 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 --- 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 )