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

Unified Diff: tools/pnacl-freeze/Makefile

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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-freeze/LLVMBuild.txt ('k') | tools/pnacl-freeze/pnacl-freeze.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-freeze/Makefile
diff --git a/tools/llvm-cov/Makefile b/tools/pnacl-freeze/Makefile
similarity index 73%
copy from tools/llvm-cov/Makefile
copy to tools/pnacl-freeze/Makefile
index 6e32b4d233d7ec885331e483690e5618fb795bab..ceeb409181a869ad5b6d1f8cd24f7f2ce76deedf 100644
--- a/tools/llvm-cov/Makefile
+++ b/tools/pnacl-freeze/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===##
+##===- tools/pnacl-freeze/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := llvm-cov
-LINK_COMPONENTS := core support profiledata object
+TOOLNAME := pnacl-freeze
+LINK_COMPONENTS := naclbitwriter naclbitreader bitreader
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1
« no previous file with comments | « tools/pnacl-freeze/LLVMBuild.txt ('k') | tools/pnacl-freeze/pnacl-freeze.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698