MaskRay added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/AVR.cpp:460
+  if (llvm::sys::fs::is_directory(Path))
+    return Optional<std::string>(Path);
+  Path = GCCParent + "/../avr";
----------------
`return Path;`


================
Comment at: clang/test/Driver/avr-toolchain.c:1
 // A basic clang -cc1 command-line.
 
----------------
You can UNSUPPORT windows if you don't want to wrestle with \ and / path 
separators.


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

https://reviews.llvm.org/D107682

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

Reply via email to