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

Unified Diff: src/untrusted/irt/nacl.scons

Issue 984713003: Add an IRT interface for subzero/compiler to serve_translate_requests. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: c void 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 | « src/untrusted/irt/irt_pnacl_translator_link.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/nacl.scons
diff --git a/src/untrusted/irt/nacl.scons b/src/untrusted/irt/nacl.scons
index d6860284ee5c52482d21b9b08b0703eeabff3e49..384e6796066e0a06ad85b0b0e0df8073bfdbfa3a 100644
--- a/src/untrusted/irt/nacl.scons
+++ b/src/untrusted/irt/nacl.scons
@@ -44,7 +44,8 @@ irt_support_sources = [
'irt_dev_list_mappings.c',
'irt_random.c',
'irt_core_resource.c',
- 'irt_pnacl_translator.c',
+ 'irt_pnacl_translator_compile.c',
+ 'irt_pnacl_translator_link.c',
]
# These are the objects and libraries that go into every IRT image.
« no previous file with comments | « src/untrusted/irt/irt_pnacl_translator_link.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698