benshi001 added inline comments.
================ Comment at: clang/lib/Driver/ToolChains/AVR.cpp:417 + // '-x assembler-with-cpp' if it has not a '.S' suffix. + for (unsigned I = 0; I < DriverArgs.size(); I++) { + StringRef Arg(DriverArgs.getArgString(I)); ---------------- In this for loop, the key point is which one is found first. It is OK that `-x assembler-with-cpp` comes first, otherwise an error should be reported. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117423/new/ https://reviews.llvm.org/D117423 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits