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