Chromium Code Reviews| Index: pydir/crosstest.py |
| diff --git a/pydir/crosstest.py b/pydir/crosstest.py |
| index 0576c7b475cc699f550c7a4fb10bcf9b76b91e4f..73f2925ff077efedfec18675fcc12c4a9c8f0102 100755 |
| --- a/pydir/crosstest.py |
| +++ b/pydir/crosstest.py |
| @@ -104,6 +104,7 @@ if __name__ == '__main__': |
| '-mattr=' + args.attr, |
| '--target=' + args.target, |
| '--prefix=' + args.prefix, |
| + '-allow-uninitialized-globals', |
| '-o=' + asm_sz, |
| bitcode]) |
| shellcmd(['llvm-mc', |