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

Unified Diff: tools/clang/base_bind_rewriters/CMakeLists.txt

Issue 2283003002: Remove unneeded scoped_refptr<>::get on method bind (Closed)
Patch Set: update Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: tools/clang/base_bind_rewriters/CMakeLists.txt
diff --git a/tools/clang/pass_to_move/CMakeLists.txt b/tools/clang/base_bind_rewriters/CMakeLists.txt
similarity index 61%
copy from tools/clang/pass_to_move/CMakeLists.txt
copy to tools/clang/base_bind_rewriters/CMakeLists.txt
index f600dd00164d5745763fd308bdeb694def23d3ac..2939061393bfef6742e868daff45e781095b27a3 100644
--- a/tools/clang/pass_to_move/CMakeLists.txt
+++ b/tools/clang/base_bind_rewriters/CMakeLists.txt
@@ -6,11 +6,11 @@ set(LLVM_LINK_COMPONENTS
X86CodeGen
)
-add_llvm_executable(pass_to_move
- PassToMove.cpp
+add_llvm_executable(base_bind_rewriters
+ BaseBindRewriters.cpp
)
-target_link_libraries(pass_to_move
+target_link_libraries(base_bind_rewriters
clangAST
clangASTMatchers
clangAnalysis
@@ -25,4 +25,4 @@ target_link_libraries(pass_to_move
clangTooling
)
-cr_install(TARGETS pass_to_move RUNTIME DESTINATION bin)
+cr_install(TARGETS base_bind_rewriters RUNTIME DESTINATION bin)
« no previous file with comments | « tools/clang/base_bind_rewriters/BaseBindRewriters.cpp ('k') | tools/clang/base_bind_rewriters/tests/test-expected.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698