Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 set(LLVM_LINK_COMPONENTS | 1 set(LLVM_LINK_COMPONENTS |
| 2 BitReader | 2 BitReader |
| 3 MCParser | 3 MCParser |
| 4 Option | 4 Option |
| 5 X86AsmParser | |
|
dcheng
2014/11/11 23:36:07
This turned out to be unnecessary.
| |
| 6 X86AsmPrinter | |
| 7 X86CodeGen | |
| 8 X86Desc | |
| 9 X86Disassembler | |
| 10 X86Info | |
| 11 X86Utils | |
| 5 ) | 12 ) |
| 6 | 13 |
| 7 add_llvm_executable(rewrite_scoped_refptr | 14 add_llvm_executable(rewrite_scoped_refptr |
| 8 RewriteScopedRefptr.cpp | 15 RewriteScopedRefptr.cpp |
| 9 ) | 16 ) |
| 10 | 17 |
| 11 target_link_libraries(rewrite_scoped_refptr | 18 target_link_libraries(rewrite_scoped_refptr |
| 12 clangAST | 19 clangAST |
| 13 clangASTMatchers | 20 clangASTMatchers |
| 14 clangAnalysis | 21 clangAnalysis |
| 15 clangBasic | 22 clangBasic |
| 16 clangDriver | 23 clangDriver |
| 17 clangEdit | 24 clangEdit |
| 18 clangFrontend | 25 clangFrontend |
| 19 clangLex | 26 clangLex |
| 20 clangParse | 27 clangParse |
| 21 clangSema | 28 clangSema |
| 22 clangSerialization | 29 clangSerialization |
| 23 clangTooling | 30 clangTooling |
| 24 ) | 31 ) |
| 25 | 32 |
| 26 cr_install(TARGETS rewrite_scoped_refptr RUNTIME DESTINATION bin) | 33 cr_install(TARGETS rewrite_scoped_refptr RUNTIME DESTINATION bin) |
| OLD | NEW |