| 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)
|
|
|