[Lldb-commits] [lldb] [lldb][TypeSystemClang] Added unique builtins types for __bf16 and _Float16 (PR #157674)
Timur Golubovich via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 23 06:35:38 PDT 2025
================
@@ -82,7 +82,7 @@ def test(self):
value = self.expect_expr("temp7", result_type="Foo<__fp16, __fp16>")
----------------
tgs-sc wrote:
There is a mapping in `clang/include/clang/AST/BuiltinTypes.def` that maps Float16 to HalfTy, so actually it shouldn't be displayed as _Float16.
https://github.com/llvm/llvm-project/pull/157674
More information about the lldb-commits
mailing list