From 19362cc8cbb9c4e8fc06a81ed0e887f249142c6a Mon Sep 17 00:00:00 2001 From: eastb233 Date: Thu, 28 Aug 2025 17:05:53 +0800 Subject: [PATCH] Fix compilation error --- .../include/llvm/Transforms/Instrumentation/PGOInstrumentation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h b/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h index 6d2ad3d75744..5b1977b7de9a 100644 --- a/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h +++ b/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h @@ -18,6 +18,7 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/IntrusiveRefCntPtr.h" #include "llvm/IR/PassManager.h" +#include "llvm/Support/CommandLine.h" #include #include -- Gitee