Skip to content

Commit 53e0df1

Browse files
committed
[ORC] Fix the unit tests that were broken by r343323.
llvm-svn: 343326
1 parent 1cbb057 commit 53e0df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ class SimpleMaterializationUnit : public orc::MaterializationUnit {
106106
Destructor();
107107
}
108108

109+
StringRef getName() const override { return "<Simple>"; }
110+
109111
void materialize(orc::MaterializationResponsibility R) override {
110112
Materialize(std::move(R));
111113
}

0 commit comments

Comments
 (0)