[clang] [flang] [llvm] Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (PR #136098)
via cfe-commits
cfe-commits at lists.llvm.org
Thu May 1 08:19:46 PDT 2025
================
@@ -13,6 +13,7 @@
#ifndef LLVM_FRONTEND_DRIVER_CODEGENOPTIONS_H
#define LLVM_FRONTEND_DRIVER_CODEGENOPTIONS_H
+#include <string>
----------------
fanju110 wrote:
Ok,I have adjusted it as you suggested
https://github.com/llvm/llvm-project/pull/136098
More information about the cfe-commits
mailing list