[flang-commits] [clang] [flang] [llvm] [flang][cmake][perf-training] Optimize flang with PGO and BOLT (PR #198863)

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Mon Jun 15 07:35:01 PDT 2026


================
@@ -0,0 +1,4 @@
+# Second stage of PGO (used by PGO-stage2-instrumented.cmake)
+
+set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")
----------------
Meinersbur wrote:

```suggestion
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")
```
Capitalization. Also string arguments are usually quoted, otherwise: #154537 

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


More information about the flang-commits mailing list