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

Unified Diff: tools/pnacl-hack-memset/Makefile

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/pnacl-hack-memset/LLVMBuild.txt ('k') | tools/pnacl-hack-memset/pnacl-hack-memset.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-hack-memset/Makefile
diff --git a/tools/pnacl-addnames/Makefile b/tools/pnacl-hack-memset/Makefile
similarity index 79%
copy from tools/pnacl-addnames/Makefile
copy to tools/pnacl-hack-memset/Makefile
index 40137b2320ca9baa31f355dc9f13c6a663fd6545..01eedf567ea58e94aff62e33ebc6db469b90c56b 100644
--- a/tools/pnacl-addnames/Makefile
+++ b/tools/pnacl-hack-memset/Makefile
@@ -1,4 +1,4 @@
-##===- tools/pnacl-addnames/Makefile -----------------------*- Makefile -*-===##
+##===- tools/pnacl-hack-memset/Makefile -------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := pnacl-addnames
+TOOLNAME := pnacl-hack-memset
LINK_COMPONENTS := naclbitwriter naclbitreader bitreader
# This tool has no plugins, optimize startup time.
« no previous file with comments | « tools/pnacl-hack-memset/LLVMBuild.txt ('k') | tools/pnacl-hack-memset/pnacl-hack-memset.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698