[llvm] [llvm-lit] Support curly brace syntax in lit internal shell (PR #102830)
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 11:15:33 PDT 2024
================
@@ -92,14 +92,15 @@ def toShell(self, file, pipefail=False):
class Seq:
- def __init__(self, lhs, op, rhs):
+ def __init__(self, lhs, op, rhs, seq_type):
----------------
ilovepi wrote:
what is the type of `seq_type`? What's it's purpose?
https://github.com/llvm/llvm-project/pull/102830
More information about the llvm-commits
mailing list