Fix builder.
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Mon, 1 Apr 2019 14:37:36 +0000 (14:37 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Mon, 1 Apr 2019 14:37:36 +0000 (14:37 +0000)
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer/builds/24702/steps/check-fuzzer/logs/stdio

llvm-svn: 357391

lld/COFF/DebugTypes.cpp

index b815665..1378c2f 100644 (file)
@@ -72,13 +72,13 @@ TpiSource *coff::makeUsePrecompSource(ObjFile *F, PrecompRecord *Precomp) {
 }
 
 template <>
-const PrecompRecord &coff::retrieveDependencyInfo(TpiSource *Source) {
+const PrecompRecord &lld::coff::retrieveDependencyInfo(TpiSource *Source) {
   assert(Source->Kind == TpiSource::UsingPCH);
   return ((UsePrecompSource *)Source)->PrecompDependency;
 }
 
 template <>
-const TypeServer2Record &coff::retrieveDependencyInfo(TpiSource *Source) {
+const TypeServer2Record &lld::coff::retrieveDependencyInfo(TpiSource *Source) {
   assert(Source->Kind == TpiSource::UsingPDB);
   return ((UseTypeServerSource *)Source)->TypeServerDependency;
 }
\ No newline at end of file