Loading cc/cmake_snapshot.go +2 −0 Original line number Diff line number Diff line Loading @@ -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)) } Loading Loading
cc/cmake_snapshot.go +2 −0 Original line number Diff line number Diff line Loading @@ -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)) } Loading