diff options
| author | workfork <[email protected]> | 2022-02-10 16:46:43 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:43 +0300 |
| commit | c3745173272d1cf5b0642debb40d019e7ae71094 (patch) | |
| tree | daee509c9d920ccdc727dbf1254b2183bf5f64aa /build/scripts/llvm_opt_wrapper.py | |
| parent | 656921707c02b816d730f31c1fdc1d615adbfe00 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/scripts/llvm_opt_wrapper.py')
| -rw-r--r-- | build/scripts/llvm_opt_wrapper.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/scripts/llvm_opt_wrapper.py b/build/scripts/llvm_opt_wrapper.py index 38ca3004afc..73f2e1adad4 100644 --- a/build/scripts/llvm_opt_wrapper.py +++ b/build/scripts/llvm_opt_wrapper.py @@ -1,4 +1,4 @@ -import subprocess +import subprocess import sys @@ -14,5 +14,5 @@ if __name__ == '__main__': path = sys.argv[1] args = [fix(s) for s in [path] + sys.argv[2:]] - rc = subprocess.call(args, shell=False, stderr=sys.stderr, stdout=sys.stdout) - sys.exit(rc) + rc = subprocess.call(args, shell=False, stderr=sys.stderr, stdout=sys.stdout) + sys.exit(rc) |
