Index: lib/Support/TargetRegistry.cpp =================================================================== --- lib/Support/TargetRegistry.cpp +++ lib/Support/TargetRegistry.cpp @@ -74,7 +74,7 @@ if (I == targets().end()) { Error = "No available targets are compatible with this triple, " - "see -version for the available targets."; + "see llc -version for the available targets."; return nullptr; }