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

Unified Diff: pydir/szbuild.py

Issue 1044623003: Subzero: Fix dependency checking to avoid unnecessary rebuilds. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/szbuild.py
diff --git a/pydir/szbuild.py b/pydir/szbuild.py
index a067232f4d62c77979da34a0f8e19c187186ac65..d717c5fbf86f84ae9c839a8849124c82266623f2 100755
--- a/pydir/szbuild.py
+++ b/pydir/szbuild.py
@@ -172,7 +172,7 @@ def ProcessPexe(args, pexe, exe):
pnacl_sz = (
'{root}/toolchain_build/src/subzero/pnacl-sz'
).format(root=nacl_root)
- llcbin = 'llc'
+ llcbin = '{base}/pnacl-llc'.format(base=path_addition)
gold = 'le32-nacl-ld.gold'
opt_level = args.optlevel
opt_level_map = { 'm1':'0', '-1':'0', '0':'0', '1':'1', '2':'2' }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698