[llvm] [MemProf] Add option to match summary and definition strictly (PR #83665)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 13:16:47 PST 2024


teresajohnson wrote:

Thanks for working on this. Since I believe the test case will assert without the added options, I'm thinking it is probably best to simply always do this in a debug compiler. Can we force enable enable-import-metadata when cloning is enabled in the thin link (or pass down a flag to ComputeCrossModuleImport to enable it)? The checking that fails without this patch should probably also go under an `#ifndef NDEBUG` (looks like I missed adding that).

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


More information about the llvm-commits mailing list