[llvm] [Transforms] Allow non-regex Source in SymbolRewriter in case of using ExplicitRewriteDescriptor (PR #154319)
Dmitry Vasilyev via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 20 07:14:52 PDT 2025
slydiman wrote:
> Needs tests
I would be happy to add tests.
But I don't see any usage of SymbolRewriter in public LLVM tools.
Currently SymbolRewriter has no tests at all.
So first it is necessary to create some environment to test SymbolRewriter with some source data.
This patch is safe and very simple (the regex checking has been moved after target usage).
I hope this patch can be applied without tests.
https://github.com/llvm/llvm-project/pull/154319
More information about the llvm-commits
mailing list