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

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

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
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 ) 6 )
6 7
7 add_llvm_executable(rewrite_scoped_refptr 8 add_llvm_executable(rewrite_scoped_refptr
8 RewriteScopedRefptr.cpp 9 RewriteScopedRefptr.cpp
9 ) 10 )
10 11
11 target_link_libraries(rewrite_scoped_refptr 12 target_link_libraries(rewrite_scoped_refptr
12 clangAST 13 clangAST
13 clangASTMatchers 14 clangASTMatchers
14 clangAnalysis 15 clangAnalysis
15 clangBasic 16 clangBasic
16 clangDriver 17 clangDriver
17 clangEdit 18 clangEdit
18 clangFrontend 19 clangFrontend
19 clangLex 20 clangLex
20 clangParse 21 clangParse
21 clangSema 22 clangSema
22 clangSerialization 23 clangSerialization
23 clangTooling 24 clangTooling
24 ) 25 )
25 26
26 cr_install(TARGETS rewrite_scoped_refptr RUNTIME DESTINATION bin) 27 cr_install(TARGETS rewrite_scoped_refptr RUNTIME DESTINATION bin)
OLDNEW
« no previous file with comments | « tools/clang/plugins/tests/weak_ptr_factory.txt ('k') | tools/clang/rewrite_scoped_refptr/RewriteScopedRefptr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698