[PATCH] D24933: Enable configuration files in clang

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 14 16:42:59 PST 2017


hfinkel added inline comments.


================
Comment at: lib/Driver/Driver.cpp:641
+
+static std::string getAbsolutePath(StringRef P) {
+  if (P.empty())
----------------
Use llvm::sys::fs::make_absolute instead of this.


https://reviews.llvm.org/D24933





More information about the cfe-commits mailing list