diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2025-08-15 14:23:52 -0700 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2025-08-15 14:23:52 -0700 |
commit | beb872aaf61f016701569e0d50718383622592fd (patch) | |
tree | a1d1e4690c6aeb4d73d21478125fe08a9ef85368 | |
parent | 99e3c1b0d04d085d59aee35268a525fc07c07752 (diff) | |
parent | 77e703927fcd81cdfd30934fc99998e4aef2398b (diff) | |
download | llvm-users/pcc/spr/dfsan-fix-test-with-gcc-15.zip llvm-users/pcc/spr/dfsan-fix-test-with-gcc-15.tar.gz llvm-users/pcc/spr/dfsan-fix-test-with-gcc-15.tar.bz2 |
Created using spr 1.3.6-beta.1
-rw-r--r-- | compiler-rt/test/lit.common.cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py index 0a85a38..e2e8154 100644 --- a/compiler-rt/test/lit.common.cfg.py +++ b/compiler-rt/test/lit.common.cfg.py @@ -969,7 +969,7 @@ else: def target_page_size(): try: proc = subprocess.Popen( - f"{emulator or ""} python3", + f"{emulator or ''} python3", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, |