Index: pnacl/driver/pnacl-ld.py |
diff --git a/pnacl/driver/pnacl-ld.py b/pnacl/driver/pnacl-ld.py |
index a70a16a520549a55fc25845551f2e7a6b8c05ce6..dc57ee1f9d86855caf6095ce51a43cf6a91296fa 100755 |
--- a/pnacl/driver/pnacl-ld.py |
+++ b/pnacl/driver/pnacl-ld.py |
@@ -358,6 +358,7 @@ def main(argv): |
passes += ['-lowerinvoke', |
'-simplifycfg'] |
passes += ['-expand-varargs', |
+ '-expand-byval', |
jvoung (off chromium)
2013/04/24 19:59:12
When you did the byval -> reference pass did you a
Mark Seaborn
2013/04/24 20:36:42
No, I didn't. (See https://codereview.chromium.or
jvoung (off chromium)
2013/04/24 21:43:09
Well, I'm okay with leaving it here, and filing an
|
'-nacl-expand-ctors', |
'-resolve-aliases', |
'-nacl-expand-tls', |