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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 set(LLVM_LINK_COMPONENTS 1 set(LLVM_LINK_COMPONENTS
2 BitReader 2 BitReader
3 MCParser 3 MCParser
4 Option 4 Option
5 Support
5 X86AsmParser 6 X86AsmParser
6 X86CodeGen 7 X86CodeGen
8 X86Desc
9 X86Info
7 ) 10 )
8 11
9 add_llvm_executable(base_bind_rewriters 12 add_llvm_executable(base_bind_rewriters
10 BaseBindRewriters.cpp 13 BaseBindRewriters.cpp
11 ) 14 )
12 15
13 target_link_libraries(base_bind_rewriters 16 target_link_libraries(base_bind_rewriters
14 clangAST 17 clangAST
15 clangASTMatchers 18 clangASTMatchers
16 clangAnalysis 19 clangAnalysis
17 clangBasic 20 clangBasic
18 clangDriver 21 clangDriver
19 clangEdit 22 clangEdit
20 clangFrontend 23 clangFrontend
21 clangLex 24 clangLex
22 clangParse 25 clangParse
23 clangSema 26 clangSema
24 clangSerialization 27 clangSerialization
25 clangTooling 28 clangTooling
29 clangToolingCore
26 ) 30 )
27 31
28 cr_install(TARGETS base_bind_rewriters RUNTIME DESTINATION bin) 32 cr_install(TARGETS base_bind_rewriters RUNTIME DESTINATION bin)
OLDNEW
« 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