[flang-commits] [clang] [flang] [llvm] Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (PR #136098)

via flang-commits flang-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 flang-commits mailing list