Revert "Let clang print registered targets for --version"
This reverts commit 66041187c9028f730c41597fe5ea6a63fda1ccad. Will reland it under --print-target. Differential Revision: https://reviews.llvm.org/D79210
This commit is contained in:
parent
7ccc7e5672
commit
e85bc0056e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user