Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34289423 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add objectLinker to cmake_snapshot supported module types" into main

parents 60bee2ba f6742afe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -533,6 +533,8 @@ func getModuleType(m *Module) string {
		return "test"
	case *benchmarkDecorator:
		return "test"
	case *objectLinker:
		return "object"
	}
	panic(fmt.Sprintf("Unexpected module type: %T", m.linker))
}