[clang] [llvm] [MemProf] Convert removal of memprof attrs and metadata to a pass (PR #163841)

Teresa Johnson via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 16 12:08:59 PDT 2025


================
@@ -41,13 +42,12 @@
 ; RUN:	-r=%t/foo.o,foo,plx \
 ; RUN:	-r=%t/foo.o,_Znam, \
 ; RUN:	-memprof-dump-ccg \
-; RUN:	 -save-temps \
+; RUN:	-print-before=memprof-context-disambiguation \
----------------
teresajohnson wrote:

I was trying to keep the point of validation consistent between this case and the `-supports-hot-cold-new` case above where we keep them (via not executing that pass at all).

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


More information about the cfe-commits mailing list