[Lldb-commits] [lldb] [lldb][TypeSystemClang] Added unique builtins types for __bf16 and _Float16 (PR #157674)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 19 01:57:14 PDT 2025


================
@@ -82,7 +82,7 @@ def test(self):
         value = self.expect_expr("temp7", result_type="Foo<__fp16, __fp16>")
----------------
Michael137 wrote:

Shouldn't this one show up as `_Float16` now? Or is there some other place we're missing support for this?

https://github.com/llvm/llvm-project/pull/157674


More information about the lldb-commits mailing list