[Rewrite] Try to fix buildbot link fail caused by r365258

http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/10270

llvm-svn: 365263
This commit is contained in:
Joel E. Denny 2019-07-06 13:44:57 +00:00
parent a01502f1ba
commit 7770f83d61

View File

@ -8,6 +8,7 @@ add_clang_unittest(RewriteTests
)
clang_target_link_libraries(RewriteTests
PRIVATE
clangFrontend
clangRewrite
clangTooling
)