wanders added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:4760-4762
     // reject options that shouldn't be supported in bitcode
     // also reject kernel/kext
     static const constexpr unsigned kBitcodeOptionIgnorelist[] = {
----------------
This comment and variable name are not as accurate any longer.  Maybe moving it 
inside `if (RawTriple.isOSDarwin())` makes it clearer.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125974

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

Reply via email to