Skip to content

Commit 30c2f20

Browse files
committed
1 parent e106f25 commit 30c2f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/COFF/DebugTypes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ TpiSource *coff::makeUsePrecompSource(ObjFile *F, PrecompRecord *Precomp) {
7272
}
7373

7474
template <>
75-
const PrecompRecord &coff::retrieveDependencyInfo(TpiSource *Source) {
75+
const PrecompRecord &lld::coff::retrieveDependencyInfo(TpiSource *Source) {
7676
assert(Source->Kind == TpiSource::UsingPCH);
7777
return ((UsePrecompSource *)Source)->PrecompDependency;
7878
}
7979

8080
template <>
81-
const TypeServer2Record &coff::retrieveDependencyInfo(TpiSource *Source) {
81+
const TypeServer2Record &lld::coff::retrieveDependencyInfo(TpiSource *Source) {
8282
assert(Source->Kind == TpiSource::UsingPDB);
8383
return ((UseTypeServerSource *)Source)->TypeServerDependency;
8484
}

0 commit comments

Comments
 (0)