Michael137 wrote: > > Oh are we just not expecting Itanium mangled names on Windows somewhere? > > Not entirely sure (I haven't had time to look into the code change itself > yet); it seems like it does demangle the Itanium names fine on x86_64 though, > where there isn't any extra `_` symbol prefix.
Ah didn't notice the extra `_` prefix. I did recently remove the "literal" `AsmLabel` support from Clang: https://github.com/llvm/llvm-project/pull/151858 Wonder if we need to adjust LLDB further to accommodate for this. Could be a red herring of course https://github.com/llvm/llvm-project/pull/149701 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
