Index: pydir/crosstest.py |
diff --git a/pydir/crosstest.py b/pydir/crosstest.py |
index 20e58a0c65d62829e10a489011a508a0819e87b1..e30cabaedb2d8cf660aae3199870ae69b0f6feb0 100755 |
--- a/pydir/crosstest.py |
+++ b/pydir/crosstest.py |
@@ -105,6 +105,7 @@ if __name__ == '__main__': |
'--target=' + args.target, |
'--prefix=' + args.prefix, |
'-allow-uninitialized-globals', |
+ '-build-on-read=0', |
'-o=' + asm_sz, |
bitcode]) |
shellcmd(['llvm-mc', |