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

Unified Diff: tools/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/LLVMBuild.txt ('k') | tools/pnacl-hack-memset/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/Makefile
diff --git a/tools/Makefile b/tools/Makefile
index 8213728359511d49475a0e3ec0eaebef145287fb..2e7dd4111ae1cbca567a9c1ad7ac33eb5db6f93b 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -31,7 +31,8 @@ OPTIONAL_DIRS := lldb
# in parallel builds. Please retain this ordering.
DIRS := llvm-config
PARALLEL_DIRS := pnacl-llc pnacl-abicheck pnacl-bcanalyzer pnacl-bcfuzz \
- pnacl-freeze pnacl-thaw pnacl-bccompress pnacl-bcdis \
+ pnacl-freeze pnacl-hack-memset pnacl-thaw pnacl-bccompress \
+ pnacl-bcdis \
pnacl-addnames opt llvm-as llvm-dis llc llvm-ar llvm-nm \
llvm-link lli llvm-extract llvm-mc bugpoint llvm-bcanalyzer \
llvm-diff macho-dump llvm-objdump llvm-readobj llvm-rtdyld \
« no previous file with comments | « tools/LLVMBuild.txt ('k') | tools/pnacl-hack-memset/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698