[lld] r306128 - Add parens for python3.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 10:11:50 PDT 2017


Author: pcc
Date: Fri Jun 23 12:11:50 2017
New Revision: 306128

URL: http://llvm.org/viewvc/llvm-project?rev=306128&view=rev
Log:
Add parens for python3.

Modified:
    lld/trunk/test/ELF/lto/cache.ll

Modified: lld/trunk/test/ELF/lto/cache.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/cache.ll?rev=306128&r1=306127&r2=306128&view=diff
==============================================================================
--- lld/trunk/test/ELF/lto/cache.ll (original)
+++ lld/trunk/test/ELF/lto/cache.ll Fri Jun 23 12:11:50 2017
@@ -13,7 +13,7 @@
 ; RUN: ls %t.cache | count 4
 
 ; Create a file of size 64KB.
-; RUN: %python -c "print ' ' * 65536" > %t.cache/llvmcache-foo
+; RUN: %python -c "print(' ' * 65536)" > %t.cache/llvmcache-foo
 
 ; This should leave the file in place.
 ; RUN: ld.lld --thinlto-cache-dir=%t.cache --thinlto-cache-policy cache_size_bytes=128k -o %t3 %t2.o %t.o




More information about the llvm-commits mailing list