MaskRay added inline comments.
================ Comment at: clang/lib/Driver/ToolChains/AVR.cpp:530 + if (AVRLibcRoot && FamilyName) { + std::string Prefix(*AVRLibcRoot + "/lib/ldscripts/"); + if (llvm::sys::fs::is_directory(Prefix)) { ---------------- I am concerned with the magic here. Shouldn't you let users specify explicit -T? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126192/new/ https://reviews.llvm.org/D126192 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits