[llvm] Fix debug info metadata for string types (PR #156379)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 18 03:23:37 PDT 2025
nikic wrote:
Does passing the result of LLVMMDStringInContext2 to LLVMMDNodeInContext2 work? That should convert from `!"str"` to `!{!"str"}`.
https://github.com/llvm/llvm-project/pull/156379
More information about the llvm-commits
mailing list