================
@@ -101,6 +101,25 @@ class Multilib {
raw_ostream &operator<<(raw_ostream &OS, const Multilib &M);
+namespace custom_flag {
+struct CustomFlagDeclaration;
----------------
vhscampos wrote:
Fixed
https://github.com/llvm/llvm-project/pull/110657