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

Side by Side Diff: src/Makefile

Issue 956123002: Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Make comment correct 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 unified diff | Download patch
OLDNEW
1 1
2 SUBZERO_LEVEL := .. 2 SUBZERO_LEVEL := ..
3 3
4 TOOLNAME := llvm2ice 4 TOOLNAME := pnacl-sz
5 LINK_COMPONENTS := support 5 LINK_COMPONENTS := support
6 6
7 # This tool has no plugins, optimize startup time. 7 # This tool has no plugins, optimize startup time.
8 TOOL_NO_EXPORTS := 1 8 TOOL_NO_EXPORTS := 1
9 9
10 include $(SUBZERO_LEVEL)/../../Makefile.config 10 include $(SUBZERO_LEVEL)/../../Makefile.config
11 11
12 include $(SUBZERO_LEVEL)/Makefile 12 include $(SUBZERO_LEVEL)/Makefile
13 13
OLDNEW
« README.rst ('K') | « src/IceTargetLowering.cpp ('k') | src/llvm2ice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698