[compiler-rt] [llvm] [ctxprof] root autodetection mechanism (PR #133147)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 08:35:27 PDT 2025
================
@@ -0,0 +1,188 @@
+// Root autodetection test for contextual profiling
+//
+// Copy the header defining ContextNode.
+// RUN: mkdir -p %t_include
+// RUN: cp %llvm_src/include/llvm/ProfileData/CtxInstrContextNode.h %t_include/
----------------
mtrofin wrote:
This makes sure we don't allow ourselves unintentionally bringing more and more in the required include set.
https://github.com/llvm/llvm-project/pull/133147
More information about the llvm-commits
mailing list