[all-commits] [llvm/llvm-project] 05484c: [mlir] Fix bug in PDLL Parser (#155243)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Mon Aug 25 07:16:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05484c63332ffeef21f044080eb536fbe7daf599
https://github.com/llvm/llvm-project/commit/05484c63332ffeef21f044080eb536fbe7daf599
Author: Youngsuk Kim <joseph942010 at gmail.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M mlir/lib/Tools/PDLL/Parser/Parser.cpp
Log Message:
-----------
[mlir] Fix bug in PDLL Parser (#155243)
This reverts changes made to `mlir/lib/Tools/PDLL/Parser/Parser.cpp` in
095b41c6eedb3acc908dc63ee91ff77944c07d75 .
`raw_indented_ostream::printReindented()` reads from a string to which
it also concurrently writes to, causing unintended behavior.
Credits to @jackalcooper for finding the issue.
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