mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
Revert "[lldb] Add reproducer verifier"
This reverts commit 297f69afac58fc9dc13897857a5e70131c5adc85. It broke the Fedora 33 x86-64 bot. See the review for more info.
This commit is contained in:
@@ -1159,17 +1159,6 @@ StringRef RedirectingFileSystem::getExternalContentsPrefixDir() const {
|
||||
return ExternalContentsPrefixDir;
|
||||
}
|
||||
|
||||
void RedirectingFileSystem::setFallthrough(bool Fallthrough) {
|
||||
IsFallthrough = Fallthrough;
|
||||
}
|
||||
|
||||
std::vector<StringRef> RedirectingFileSystem::getRoots() const {
|
||||
std::vector<StringRef> R;
|
||||
for (const auto &Root : Roots)
|
||||
R.push_back(Root->getName());
|
||||
return R;
|
||||
}
|
||||
|
||||
void RedirectingFileSystem::dump(raw_ostream &OS) const {
|
||||
for (const auto &Root : Roots)
|
||||
dumpEntry(OS, Root.get());
|
||||
|
||||
Reference in New Issue
Block a user