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

Unified Diff: pnacl/driver/pnacl-translate.py

Issue 14607022: Don't pass the -metadata-text argument to llc, since it's not being used any longer. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 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 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: pnacl/driver/pnacl-translate.py
diff --git a/pnacl/driver/pnacl-translate.py b/pnacl/driver/pnacl-translate.py
index eaf29e9e76efeb684d366d9db6462da3f9d8f8f4..e5901beececd5d1f345ead56644035c43e046ce7 100755
--- a/pnacl/driver/pnacl-translate.py
+++ b/pnacl/driver/pnacl-translate.py
@@ -167,8 +167,7 @@ EXTRA_ENV = {
# Note: this is only used in the unsandboxed case
'RUN_LLC' : '${LLVM_LLC} ${LLC_FLAGS} ${LLC_MCPU} '
- '${input} -o ${output} ' +
- '-metadata-text ${output}.meta',
+ '${input} -o ${output} ',
# Rate in bits/sec to stream the bitcode from sel_universal over SRPC
# for testing. Defaults to 1Gbps (effectively unlimited).
'BITCODE_STREAM_RATE' : '1000000000',
« 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