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

Side by Side Diff: tools/clang/pass_to_move/CMakeLists.txt

Issue 1611743002: Fix extra clang tools build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | tools/clang/rewrite_scoped_refptr/CMakeLists.txt » ('j') | 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 X86AsmParser 5 X86AsmParser
6 X86CodeGen
dcheng 2016/01/20 23:23:27 I'm not sure if this is still necessary for runnin
6 ) 7 )
7 8
8 add_llvm_executable(pass_to_move 9 add_llvm_executable(pass_to_move
9 PassToMove.cpp 10 PassToMove.cpp
10 ) 11 )
11 12
12 target_link_libraries(pass_to_move 13 target_link_libraries(pass_to_move
13 clangAST 14 clangAST
14 clangASTMatchers 15 clangASTMatchers
15 clangAnalysis 16 clangAnalysis
16 clangBasic 17 clangBasic
17 clangDriver 18 clangDriver
18 clangEdit 19 clangEdit
19 clangFrontend 20 clangFrontend
20 clangLex 21 clangLex
21 clangParse 22 clangParse
22 clangSema 23 clangSema
23 clangSerialization 24 clangSerialization
24 clangTooling 25 clangTooling
25 ) 26 )
26 27
27 cr_install(TARGETS pass_to_move RUNTIME DESTINATION bin) 28 cr_install(TARGETS pass_to_move RUNTIME DESTINATION bin)
OLDNEW
« no previous file with comments | « no previous file | tools/clang/rewrite_scoped_refptr/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698