[clang-tools-extra] r342012 - [NFC] Fix build breakage due to missing dep caused by D51950

Shuai Wang via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 11 17:32:13 PDT 2018


Author: shuaiwang
Date: Tue Sep 11 17:32:13 2018
New Revision: 342012

URL: http://llvm.org/viewvc/llvm-project?rev=342012&view=rev
Log:
[NFC] Fix build breakage due to missing dep caused by D51950

Modified:
    clang-tools-extra/trunk/clang-tidy/performance/CMakeLists.txt

Modified: clang-tools-extra/trunk/clang-tidy/performance/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/performance/CMakeLists.txt?rev=342012&r1=342011&r2=342012&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/performance/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-tidy/performance/CMakeLists.txt Tue Sep 11 17:32:13 2018
@@ -18,6 +18,7 @@ add_clang_library(clangTidyPerformanceMo
   LINK_LIBS
   clangAST
   clangASTMatchers
+  clangAnalysis
   clangBasic
   clangLex
   clangTidy




More information about the cfe-commits mailing list