aykevl accepted this revision.
aykevl added a comment.
This revision is now accepted and ready to land.

Looks good to me!



================
Comment at: clang/lib/Driver/ToolChains/AVR.cpp:539
+    // Link to compiler-rt. We directly put the libclang.builtins.a
+    // as input file, other than '-lclang.builtins'.
+    if (RtLib == ToolChain::RLT_CompilerRT) {
----------------
Suggestion for the second sentence:

> We directly use libclang.builtins.a as input file, instead of using 
> '-lclang.builtins'.


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

https://reviews.llvm.org/D128133

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

Reply via email to