From 15765f5db7e4c33d717428c7329c591ce025ea8d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 1 Mar 2016 13:11:36 +0000 Subject: [PATCH] FormatTests: Update libdeps corresponding to r262323. llvm-svn: 262329 --- clang/unittests/Format/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/unittests/Format/CMakeLists.txt b/clang/unittests/Format/CMakeLists.txt index 40e5352..a93783c 100644 --- a/clang/unittests/Format/CMakeLists.txt +++ b/clang/unittests/Format/CMakeLists.txt @@ -15,5 +15,6 @@ target_link_libraries(FormatTests clangBasic clangFormat clangFrontend + clangRewrite clangToolingCore ) -- 2.7.4