[llvm] [ctx_prof] CtxProfAnalysis: populate module data (PR #102930)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 14:35:13 PDT 2024


================
@@ -0,0 +1,110 @@
+; REQUIRES: x86_64-linux
+
+; RUN: split-file %s %t
+;
+; Test that the GUID metadata survives through thinlink.
+;
+; RUN: llvm-ctxprof-util fromJSON --input=%t/profile.json --output=%t/profile.ctxprofdata
+;
+; Disable pre-inline to avoid losing the trivial functions to the preinliner.
----------------
snehasish wrote:

This is just a limitation of the test right? If so can we avoid this by adding noinline attributes instead?

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


More information about the llvm-commits mailing list