From: NAKAMURA Takumi Date: Tue, 1 Mar 2016 13:11:36 +0000 (+0000) Subject: FormatTests: Update libdeps corresponding to r262323. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15765f5db7e4c33d717428c7329c591ce025ea8d;p=platform%2Fupstream%2Fllvm.git FormatTests: Update libdeps corresponding to r262323. llvm-svn: 262329 --- 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 )