File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ static fs::path getFilename(swift::ModuleDecl& module,
79
79
return resolvePath (primaryFile->getFilename ());
80
80
}
81
81
if (lazyDeclaration) {
82
- <<<<<<< HEAD
83
82
// this code will be thrown away in the near future
84
83
auto decl = llvm::dyn_cast<swift::ValueDecl>(lazyDeclaration);
85
84
assert (decl);
@@ -94,11 +93,6 @@ static fs::path getFilename(swift::ModuleDecl& module,
94
93
// half a SHA2 is enough
95
94
ret += std::string_view (mangled).substr (0 , mangled.size () / 2 );
96
95
return ret;
97
- =======
98
- // static int i;
99
- // return mangledDeclName(*lazyDeclaration) + std::to_string(i++);
100
- return mangledDeclName (*lazyDeclaration);
101
- >>>>>>> 4cbad80695 (Swift: more mangling)
102
96
}
103
97
// PCM clang module
104
98
if (module .isNonSwiftModule ()) {
You can’t perform that action at this time.
0 commit comments