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

Unified Diff: tools/CMakeLists.txt

Issue 2262373002: Create one-off tool pnacl-hack-memset (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix comments as suggested in patch set 2. 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
« no previous file with comments | « no previous file | tools/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/CMakeLists.txt
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 8e64976c71161d5c172e8e1d794ce8bc6a0720bc..e3200dd2247a60d9421afd78e01a7e2e50da2612 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -60,6 +60,7 @@ add_llvm_tool_subdirectory(pnacl-bccompress)
add_llvm_tool_subdirectory(pnacl-bcdis)
add_llvm_tool_subdirectory(pnacl-bcfuzz)
add_llvm_tool_subdirectory(pnacl-freeze)
+add_llvm_tool_subdirectory(pnacl-hack-memset)
add_llvm_tool_subdirectory(pnacl-thaw)
add_llvm_tool_subdirectory(pnacl-addnames)
« no previous file with comments | « no previous file | tools/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698