forked from OSchip/llvm-project
NFC: Fix build failure after rL341182
Didn't rename another variable reference. llvm-svn: 341184
This commit is contained in:
parent
6c3f626378
commit
c38b3f0308
|
@ -53,7 +53,7 @@ static SmallString<128> canonicalize(StringRef Path) {
|
|||
return Result;
|
||||
}
|
||||
|
||||
constexpr const unsigned FileDistance::kUnreachable;
|
||||
constexpr const unsigned FileDistance::Unreachable;
|
||||
|
||||
FileDistance::FileDistance(StringMap<SourceParams> Sources,
|
||||
const FileDistanceOptions &Opts)
|
||||
|
|
Loading…
Reference in New Issue