Revert "Let clang print registered targets for --version"
This reverts commit 66041187c9.
Will reland it under --print-target.
Differential Revision: https://reviews.llvm.org/D79210
This commit is contained in:
@@ -1569,9 +1569,6 @@ void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const {
|
||||
// If configuration file was used, print its path.
|
||||
if (!ConfigFile.empty())
|
||||
OS << "Configuration file: " << ConfigFile << '\n';
|
||||
|
||||
// Print the registered targets.
|
||||
llvm::TargetRegistry::printRegisteredTargetsForVersion(OS);
|
||||
}
|
||||
|
||||
/// PrintDiagnosticCategories - Implement the --print-diagnostic-categories
|
||||
|
||||
Reference in New Issue
Block a user