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

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

Issue 1385193002: Bisect clang Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 246985 Created 5 years, 2 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/empty_string/CMakeLists.txt
diff --git a/tools/clang/empty_string/CMakeLists.txt b/tools/clang/empty_string/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4697a8035d1e7409397384c54944f6caeb0b211c
--- /dev/null
+++ b/tools/clang/empty_string/CMakeLists.txt
@@ -0,0 +1,26 @@
+set(LLVM_LINK_COMPONENTS
+ BitReader
+ MCParser
+ Option
+ )
+
+add_llvm_executable(empty_string
+ EmptyStringConverter.cpp
+ )
+
+target_link_libraries(empty_string
+ clangAST
+ clangASTMatchers
+ clangAnalysis
+ clangBasic
+ clangDriver
+ clangEdit
+ clangFrontend
+ clangLex
+ clangParse
+ clangSema
+ clangSerialization
+ clangTooling
+ )
+
+cr_install(TARGETS empty_string RUNTIME DESTINATION bin)
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/weak_fields_require_tracing.txt ('k') | tools/clang/empty_string/EmptyStringConverter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698