[llvm] [MemProf] Expand optimization scope to internal linakge function (PR #73236)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 09:51:12 PST 2023


================
@@ -127,3 +127,21 @@ ${CLANG} ${COMMON_FLAGS} -fmemory-profile -DUSE_MUSTTAIL=1 ${OUTDIR}/memprof_mis
 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/memprof_missing_leaf.exe > ${OUTDIR}/memprof_missing_leaf.memprofraw
 
 rm ${OUTDIR}/memprof_missing_leaf.cc
+
+cat > ${OUTDIR}/memprof_internal_linakge.cc << EOF
----------------
teresajohnson wrote:

s/linakge/linkage/ here and elsewhere in this file and the actual test.

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


More information about the llvm-commits mailing list