kazutakahirata wrote:

lldb is failing to build with:

```
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4888:13: error: 
enumeration values 'MFloat8x8' and 'MFloat8x16' not handled in switch 
[-Werror,-Wswitch]
    switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```

Would you mind taking a look?  Thanks!

https://github.com/llvm/llvm-project/pull/99865
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to