[clang] [compiler-rt] [llvm] [PGO][Offload] Allow PGO flags to be used on GPU targets (PR #94268)

Ethan Luis McDonough via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 00:34:25 PDT 2025


================
@@ -152,7 +152,7 @@ INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::PointerType::getUnqual(Ctx), Next, \
 #define INSTR_PROF_DATA_DEFINED
 #endif
 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
-INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
+INSTR_PROF_RAW_HEADER(uint64_t, Version, Version)
----------------
EthanLuisMcDonough wrote:

I fixed the version detection and made sure to set the `Version` property the custom value instead of changing the default value.

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


More information about the llvm-commits mailing list