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

Unified Diff: tools/pnacl-hack-memset/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 | « tools/Makefile ('k') | tools/pnacl-hack-memset/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-hack-memset/CMakeLists.txt
diff --git a/tools/pnacl-freeze/CMakeLists.txt b/tools/pnacl-hack-memset/CMakeLists.txt
similarity index 62%
copy from tools/pnacl-freeze/CMakeLists.txt
copy to tools/pnacl-hack-memset/CMakeLists.txt
index 3d8c3c363e1b12269daa88d4b310b460b9b49a31..d65529c9e51b8babf9b7c61ae703bb1b60f614b0 100644
--- a/tools/pnacl-freeze/CMakeLists.txt
+++ b/tools/pnacl-hack-memset/CMakeLists.txt
@@ -5,6 +5,6 @@ set(LLVM_LINK_COMPONENTS
NaClBitReader
Support)
-add_llvm_tool(pnacl-freeze
- pnacl-freeze.cpp
+add_llvm_tool(pnacl-hack-memset
+ pnacl-hack-memset.cpp
)
« no previous file with comments | « tools/Makefile ('k') | tools/pnacl-hack-memset/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698