[all-commits] [llvm/llvm-project] e20ce9: lit] Update internal shell lexer to remove escape ...

cmtice via All-commits all-commits at lists.llvm.org
Wed Sep 3 14:31:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e20ce964f7844e8d3227027ba943995ccc05ced2
      https://github.com/llvm/llvm-project/commit/e20ce964f7844e8d3227027ba943995ccc05ced2
  Author: cmtice <cmtice at google.com>
  Date:   2025-09-03 (Wed, 03 Sep 2025)

  Changed paths:
    M llvm/utils/lit/lit/ShUtil.py
    M llvm/utils/lit/tests/unit/ShUtil.py

  Log Message:
  -----------
  lit] Update internal shell lexer to remove escape on '$' only for double-quoted strings. (#156742)

PR 156125 removed the escape (backslash) in front of '$' for all quoted
strings. It has since been pointed out this should only happen for
double-quoted strings. This PR fixes that.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list