Teemperor wrote: Special casing this in cxx_types does feel cleaner, so I updated the map. We can't just use the existing logic fully as we already infer that `xcrun clang` means `clang` in the logic above (so, `cc_type` is `clang), but now we first check with the compiler as provided (which yields `xcrun clang`) and then fall back to the `cc_type` as before.
https://github.com/llvm/llvm-project/pull/188235 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
