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

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

Issue 718873004: Various hacks for running a clang tool on Windows. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/rewrite_scoped_refptr/CMakeLists.txt
diff --git a/tools/clang/rewrite_scoped_refptr/CMakeLists.txt b/tools/clang/rewrite_scoped_refptr/CMakeLists.txt
index 9b0184d31296953f1b5fad194be961aebfc74c00..8599cc01c6497ed320d766c1ae6ec47d0a46280c 100644
--- a/tools/clang/rewrite_scoped_refptr/CMakeLists.txt
+++ b/tools/clang/rewrite_scoped_refptr/CMakeLists.txt
@@ -2,6 +2,13 @@ set(LLVM_LINK_COMPONENTS
BitReader
MCParser
Option
+ X86AsmParser
dcheng 2014/11/11 23:36:07 This turned out to be unnecessary.
+ X86AsmPrinter
+ X86CodeGen
+ X86Desc
+ X86Disassembler
+ X86Info
+ X86Utils
)
add_llvm_executable(rewrite_scoped_refptr

Powered by Google App Engine
This is Rietveld 408576698