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

Tarun Prabhu via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 30 16:18:36 PDT 2025


================
@@ -13,6 +13,7 @@
 #ifndef LLVM_FRONTEND_DRIVER_CODEGENOPTIONS_H
 #define LLVM_FRONTEND_DRIVER_CODEGENOPTIONS_H
 
+#include <string>
----------------
tarunprabhu wrote:

An empty line should separate the last include and the namespace below

https://github.com/llvm/llvm-project/pull/136098


More information about the cfe-commits mailing list