| 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',
|
|
|