[PATCH] D54379: Add Hurd toolchain support to Clang

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 15 16:40:39 PST 2018


kristina added inline comments.


================
Comment at: lib/Driver/Driver.cpp:392
 
+static void replaceString(std::string &S,
+                          const char *Other,
----------------
Same as previous comment regarding this type of function.


Repository:
  rC Clang

https://reviews.llvm.org/D54379





More information about the cfe-commits mailing list