Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Add missing component introduced in llvm#115218
That causes link error: ``` ld.lld: error: undefined symbol: llvm::memprof::IndexedMemProfRecord::getGUID(llvm::StringRef) >>> referenced by MemProfUseTest.cpp >>> unittests/Transforms/Instrumentation/CMakeFiles/InstrumentationTests.dir/MemProfUseTest.cpp.o:((anonymous namespace)::MemProf_ExtractDirectCallsFromIR_Test::TestBody()) >>> referenced by MemProfUseTest.cpp >>> unittests/Transforms/Instrumentation/CMakeFiles/InstrumentationTests.dir/MemProfUseTest.cpp.o:((anonymous namespace)::MemProf_ExtractDirectCallsFromIR_Test::TestBody()) >>> referenced by MemProfUseTest.cpp >>> unittests/Transforms/Instrumentation/CMakeFiles/InstrumentationTests.dir/MemProfUseTest.cpp.o:((anonymous namespace)::MemProf_ExtractDirectCallsFromIR_Test::TestBody()) >>> referenced 1 more times ```
- Loading branch information