aaron.ballman added a subscriber: rjmccall.
aaron.ballman added a comment.

The other two changes LGTM, but the objc changes bring up a question about what 
the correct fix is.



================
Comment at: clang/lib/CodeGen/CGObjCMac.cpp:3812
   llvm::GlobalVariable *GV;
-  if (ForClass)
-    GV =
----------------
I agree this is dead code (see line 3777-3778 above), but @rjmccall is it a bug 
that we bail out with a null value (e.g, is the correct fix to remove the above 
lines)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152689

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

Reply via email to