commit | cb6e95aac252a35c66705fb5e30d3c5e9ba4c1dc | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Thu Jul 23 09:10:03 2015 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Thu Jul 23 09:10:03 2015 -0700 |
tree | 024e35ad220b1053253dec8b574da2d06e2292c3 | |
parent | 713278ab2a513b99c1b972ed03876a4c8462552b [diff] |
Modify how textual bitcode is injected into pnacl-sz. Added command line flag "--bitcode-as-text", and triggered the acceptance of textual bitcode on this flag. To make sure this isn't added to the sandboxed translator, the reading of bitcode text is also dependent on the translator not being a minimal build. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4222 R=jvoung@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/1215463014 .