[llvm] [memprof] Test the memprof-use pass with a YAML (PR #119779)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 14:18:52 PST 2024
================
@@ -0,0 +1,45 @@
+; Make sure that we can ingest the MemProf profile in YAML and
+; annotate a call to new as cold.
+
+; REQUIRES: x86_64-linux
----------------
snehasish wrote:
Prefer putting the REQUIRES lines at the top before everything else.
https://github.com/llvm/llvm-project/pull/119779
More information about the llvm-commits
mailing list