Skip to content

Commit d66a3e6

Browse files
authored
Update Config.h
1 parent d4d8df3 commit d66a3e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/COFF/Config.h

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ struct Configuration {
131131
bool showTiming = false;
132132
bool showSummary = false;
133133
bool printSearchPaths = false;
134+
bool enableFullPdbPath = false;
134135
unsigned debugTypes = static_cast<unsigned>(DebugType::None);
135136
llvm::SmallVector<llvm::StringRef, 0> mllvmOpts;
136137
std::vector<std::string> natvisFiles;

0 commit comments

Comments
 (0)