kristina added inline comments.

================
Comment at: lib/Driver/ToolChains/Clang.cpp:533
 
-  if (Triple.isOSLinux() || Triple.getOS() == llvm::Triple::CloudABI) {
+  if (Triple.isOSLinux() || Triple.getOS() == llvm::Triple::CloudABI || 
Triple.isOSHurd()) {
     switch (Triple.getArch()) {
----------------
Please keep line lengths to 80 columns at most, it's one of the few hard rules 
outlined in the developer policy.


Repository:
  rC Clang

https://reviews.llvm.org/D54379



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

Reply via email to