Commit 84c65c96 authored by tzik's avatar tzik Committed by Commit bot

Fix link failure on //tools/clang/base_bind_rewriters

Review-Url: https://codereview.chromium.org/2402463002
Cr-Commit-Position: refs/heads/master@{#423780}
parent bc1ffa61
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment