[PATCH] D83894: [lit] Don't expand escapes until all substitutions have been applied

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 11:54:14 PDT 2020


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/utils/lit/lit/TestRunner.py:1203
+    
+    return list([unescape(process(escape(ln))) for ln in script])
 
----------------
I guess `list()` is now redundant.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83894





More information about the llvm-commits mailing list