[PATCH] D69331: [LegacyPM] Port CGProfile pass

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 08:00:45 PDT 2019


evgeny777 added a comment.

> This was originally not added to the legacy pass manager because it leaks memory under it due to fundamental issues with the old pass manager. See https://reviews.llvm.org/D48105#1140299 .

@Bigcheese @chandlerc Can you please elaborate? I've run llvm, clang and lld test suites with lsan and everything seems good. What's the problem exactly?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69331/new/

https://reviews.llvm.org/D69331





More information about the llvm-commits mailing list