Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: tools/clang/base_bind_rewriters/CMakeLists.txt

Issue 2402463002: Fix link failure on //tools/clang/base_bind_rewriters (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/base_bind_rewriters/CMakeLists.txt
diff --git a/tools/clang/base_bind_rewriters/CMakeLists.txt b/tools/clang/base_bind_rewriters/CMakeLists.txt
index 2939061393bfef6742e868daff45e781095b27a3..7abeb72f705aef0a67c4276f0c388f361b29dd00 100644
--- a/tools/clang/base_bind_rewriters/CMakeLists.txt
+++ b/tools/clang/base_bind_rewriters/CMakeLists.txt
@@ -2,8 +2,11 @@ set(LLVM_LINK_COMPONENTS
BitReader
MCParser
Option
+ Support
X86AsmParser
X86CodeGen
+ X86Desc
+ X86Info
)
add_llvm_executable(base_bind_rewriters
@@ -23,6 +26,7 @@ target_link_libraries(base_bind_rewriters
clangSema
clangSerialization
clangTooling
+ clangToolingCore
)
cr_install(TARGETS base_bind_rewriters RUNTIME DESTINATION bin)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698