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

I can make such changes
```
// '_Float16'
FLOATING_TYPE(Float16, HalfTy)
```
->
```
// '_Float16'
FLOATING_TYPE(Float16, Float16Ty)
```
But I am not sure that it won't break anything. Probably we should ask someone 
on the clang side why this is made in such way.

https://github.com/llvm/llvm-project/pull/157674
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to