[PATCH] D54379: Add Hurd support

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 10 06:22:31 PST 2018


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





More information about the cfe-commits mailing list