craig.topper added inline comments.

================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:10672
 
+  if (Ty->isRecordType() && !Ty->getAsRecordDecl()->field_empty() &&
+      Ty->getAsRecordDecl()->field_begin()->getType()->isSizelessType())
----------------
Are we able to test this yet?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97264/new/

https://reviews.llvm.org/D97264

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to