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

Side by Side Diff: tools/pnacl-freeze/Makefile

Issue 14126011: Copy Bitwriter to generate PNaClBitwriter. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 ##===- tools/pnacl-freeze/Makefile -------------------------*- Makefile -*-===##
2 ##===----------------------------------------------------------------------===##
3
4 LEVEL := ../..
5 TOOLNAME := pnacl-freeze
6 LINK_COMPONENTS := asmparser bitwriter bitreader analysis
7
8 # This tool has no plugins, optimize startup time.
9 TOOL_NO_EXPORTS := 1
10
11 include $(LEVEL)/Makefile.common
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698