[PATCH] D70432: [UpdateTestChecks] Share the code to parse RUN: lines between all scripts

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 23 13:34:44 PST 2019


MaskRay added inline comments.


================
Comment at: llvm/utils/UpdateTestChecks/common.py:109
+  for l in raw_lines[1:]:
+    if run_lines[-1].endswith("\\"):
+      run_lines[-1] = run_lines[-1].rstrip("\\") + " " + l
----------------
Use single quotes '


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70432/new/

https://reviews.llvm.org/D70432





More information about the llvm-commits mailing list