[llvm] [memprof] Pass FrameIdConverter and CallStackIdConverter by reference (PR #92327)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 17:17:01 PDT 2024
================
@@ -581,6 +581,52 @@ TEST_F(InstrProfTest, test_memprof_v2_partial_schema) {
EXPECT_THAT(WantRecord, EqualsRecord(Record));
}
+TEST_F(InstrProfTest, test_memprof_missing_callstackid) {
----------------
kazutakahirata wrote:
Good point. I just moved them in the latest iteration. Please take a look. Thanks!
https://github.com/llvm/llvm-project/pull/92327
More information about the llvm-commits
mailing list