[clang] [lld] [llvm] [Windows] Add support for emitting PGO/LTO magic strings in the Windows PE debug directory (PR #114260)
Mikołaj Piróg via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 7 03:18:02 PST 2024
================
@@ -0,0 +1,26 @@
+// This test checks if COFF file compiled with
+// -fprofile-generate has magic section ".pgi" to indicate so.
+
+// RUN: %clang --target=x86_64-pc-windows -fprofile-generate %s -c -o %t_x86
----------------
mikolaj-pirog wrote:
Okay, I see your point. I will stick to x86 then
https://github.com/llvm/llvm-project/pull/114260
More information about the cfe-commits
mailing list