projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d98aa
)
Fix build breakage.
author
Zachary Turner
<zturner@google.com>
Fri, 4 Aug 2017 20:07:08 +0000
(20:07 +0000)
committer
Zachary Turner
<zturner@google.com>
Fri, 4 Aug 2017 20:07:08 +0000
(20:07 +0000)
llvm-svn: 310112
lld/COFF/Writer.cpp
patch
|
blob
|
history
diff --git
a/lld/COFF/Writer.cpp
b/lld/COFF/Writer.cpp
index
56c23ff
..
8272e22
100644
(file)
--- a/
lld/COFF/Writer.cpp
+++ b/
lld/COFF/Writer.cpp
@@
-103,7
+103,6
@@
public:
P[PDBAbsPath.size()] = '\0';
}
-private:
SmallString<128> PDBAbsPath;
mutable codeview::DebugInfo *DI = nullptr;
};