[clang] [clang][Driver] Add a custom error option in multilib.yaml. (PR #105684)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 18:51:58 PDT 2024


================
@@ -130,7 +143,7 @@ class MultilibSet {
 
   /// Select compatible variants, \returns false if none are compatible
   bool select(const Multilib::flags_list &Flags,
----------------
MaskRay wrote:

For other parts of Driver, I think `const Driver &` is more commonly used as the first parameter

https://github.com/llvm/llvm-project/pull/105684


More information about the cfe-commits mailing list