[compiler-rt] [clang] [clang-tools-extra] [PGO] Exposing PGO's Counter Reset and File Dumping APIs (PR #76471)

Snehasish Kumar via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 27 14:06:34 PST 2023


================
@@ -44,6 +44,7 @@ endif(COMPILER_RT_BUILD_ORC)
 if (COMPILER_RT_BUILD_PROFILE)
   set(PROFILE_HEADERS
     profile/InstrProfData.inc
+    profile/instr_prof_interface.h
----------------
snehasish wrote:

Good point, looks like we treat `interface` filenames with snake case as opposed to headers. Please ignore this comment.

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


More information about the cfe-commits mailing list