[llvm] [memprof] Pass FrameIdConverter and CallStackIdConverter by reference (PR #92327)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 16:51:17 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) {
----------------
snehasish wrote:
I don't think this needs anything from the fixture? If so can we move it to MemProfTest.cpp since it's exclusive to MemProf?
https://github.com/llvm/llvm-project/pull/92327
More information about the llvm-commits
mailing list