[PATCH] D134270: [clang] [Driver] Support multiple configuration files

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 21 02:43:03 PDT 2022


sepavloff added inline comments.


================
Comment at: clang/lib/Driver/Driver.cpp:1061
     return false;
+  if (ClangNameParts.TargetPrefix.empty())
+    return false;
----------------
Does it mean that executable without prefix won't load implicit config file? For example, execution of `clang` won't trigger loading `clang.cfg` or `default.cfg`?


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

https://reviews.llvm.org/D134270



More information about the cfe-commits mailing list