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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/clang/rewrite_scoped_refptr/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/pass_to_move/CMakeLists.txt
diff --git a/tools/clang/pass_to_move/CMakeLists.txt b/tools/clang/pass_to_move/CMakeLists.txt
index b3ceee1bc5ed2f34cfc10abe8b11061aa20a2970..f600dd00164d5745763fd308bdeb694def23d3ac 100644
--- a/tools/clang/pass_to_move/CMakeLists.txt
+++ b/tools/clang/pass_to_move/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
MCParser
Option
X86AsmParser
+ X86CodeGen
dcheng 2016/01/20 23:23:27 I'm not sure if this is still necessary for runnin
)
add_llvm_executable(pass_to_move
« 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