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

Side by Side Diff: src/Makefile

Issue 293983007: Add Makefiles to support building along with LLVM (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: rebase Created 6 years, 7 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
« no previous file with comments | « Makefile.standalone ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 SUBZERO_LEVEL := ..
3
4 TOOLNAME := llvm2ice
5 LINK_COMPONENTS := support
6
7 # This tool has no plugins, optimize startup time.
8 TOOL_NO_EXPORTS := 1
9
10 include $(SUBZERO_LEVEL)/../../Makefile.config
11
12 include $(SUBZERO_LEVEL)/Makefile
13
OLDNEW
« no previous file with comments | « Makefile.standalone ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698