rjmccall added inline comments.

================
Comment at: clang/lib/CodeGen/CGVTables.cpp:633
+  auto Arch = targetTriple.getArch();
+  if (Arch == llvm::Triple::aarch64 || Arch == llvm::Triple::x86_64)
+    return false;
----------------
Could you add a method to TargetCodeGenInfo for this instead of hard-coding a 
list of architectures here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83812



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

Reply via email to