summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-06-14 22:03:23 +0000
committerReid Kleckner <rnk@google.com>2019-06-14 22:03:23 +0000
commit05e48cb9fabe58b2704fbca14530c844a9d2243d (patch)
tree4061b80839b30615c5956dea6fe5f2f89c07110f
parentaa41e92e17a34d5cddfc5cf4b42bea9c5b82a22d (diff)
downloadbcm5719-llvm-05e48cb9fabe58b2704fbca14530c844a9d2243d.tar.gz
bcm5719-llvm-05e48cb9fabe58b2704fbca14530c844a9d2243d.zip
Include the file in the new unknown codeview subsection warning
llvm-svn: 363466
-rw-r--r--lld/COFF/PDB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/PDB.cpp b/lld/COFF/PDB.cpp
index 43714e6ee6a..8d42f784d53 100644
--- a/lld/COFF/PDB.cpp
+++ b/lld/COFF/PDB.cpp
@@ -1058,7 +1058,7 @@ void DebugSHandler::handleDebugS(lld::coff::SectionChunk &DebugS) {
default:
warn("ignoring unknown debug$S subsection kind 0x" +
- utohexstr(uint32_t(SS.kind())));
+ utohexstr(uint32_t(SS.kind())) + " in file " + toString(&File));
break;
}
}
OpenPOWER on IntegriCloud