[llvm] [ms] [llvm-ml] Add support for `@CatStr` built-in function symbol (PR #130781)
Eric Astor via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 07:19:57 PDT 2025
ericastor wrote:
@MisterDA:
> With this patch applied, the following macro crashes the assembler:
>
> ...
This is absolutely correct - but turns out to be an existing issue with our handling of macro parameters in macro calls, which you can see if you use a "custom" CatStr implementation before this change goes in. I'm going to delay fixing this into a followup PR, if that's alright.
https://github.com/llvm/llvm-project/pull/130781
More information about the llvm-commits
mailing list