================ @@ -42,6 +42,9 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include "llvm/TargetParser/Host.h" + +#include <stdarg.h> ---------------- vgvassilev wrote: Fixed. https://github.com/llvm/llvm-project/pull/89811