================
@@ -2438,6 +2445,12 @@ TypeInfo ASTContext::getTypeInfoImpl(const Type *T) 
const {
       Width = Target->getPointerWidth(LangAS::Default);
       Align = Target->getPointerAlign(LangAS::Default);
       break;
+#define SPIRV_TYPE(Name, Id, SingletonId)                                      
\
+  case BuiltinType::Id:                                                        
\
+    Width = Target->getPointerWidth(LangAS::Default);                          
\
+    Align = Target->getPointerAlign(LangAS::Default);                          
\
----------------
AaronBallman wrote:

Just verifying out of ignorance: is the default address space correct? (Asking 
because offload stuff tends to use address spaces differently than other stuff.)

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

Reply via email to