MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Driver/ToolChains/AVR.cpp:548
 
+    // '-mrelax' is default unless '-mno-relax' is specified.
+    if (Args.hasFlag(options::OPT_mrelax, options::OPT_mno_relax, true))
----------------
The comment just repeats what the code does. I think it can be dropped.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144620

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

Reply via email to