[compiler-rt] 3c2c985 - [NFC][compiler-rt] tidy up some whitespace in lit config

Emily Shi via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 13:20:01 PDT 2021


Author: Emily Shi
Date: 2021-07-23T13:19:54-07:00
New Revision: 3c2c9851634ab5889377b0457fac0b7bb79a935b

URL: https://github.com/llvm/llvm-project/commit/3c2c9851634ab5889377b0457fac0b7bb79a935b
DIFF: https://github.com/llvm/llvm-project/commit/3c2c9851634ab5889377b0457fac0b7bb79a935b.diff

LOG: [NFC][compiler-rt] tidy up some whitespace in lit config

Added: 
    

Modified: 
    compiler-rt/test/lit.common.cfg.py

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py
index 4e80e20eb3307..9253aff2fb428 100644
--- a/compiler-rt/test/lit.common.cfg.py
+++ b/compiler-rt/test/lit.common.cfg.py
@@ -695,16 +695,16 @@ def is_windows_lto_supported():
 
 if config.host_os == 'Darwin':
   config.substitutions.append((
-    "%get_pid_from_output", 
+    "%get_pid_from_output",
     "{} {}/get_pid_from_output.py".format(
-      sh_quote(config.python_executable), 
+      sh_quote(config.python_executable),
       sh_quote(get_ios_commands_dir())
     ))
   )
   config.substitutions.append(
-    ("%print_crashreport_for_pid", 
+    ("%print_crashreport_for_pid",
     "{} {}/print_crashreport_for_pid.py".format(
-      sh_quote(config.python_executable), 
+      sh_quote(config.python_executable),
       sh_quote(get_ios_commands_dir())
     ))
   )


        


More information about the llvm-commits mailing list