================
@@ -165,8 +165,9 @@ int printGPUsByHIP() {
llvm::sys::DynamicLibrary::getPermanentLibrary(DynamicHIPPath.c_str(),
&ErrMsg));
if (!DynlibHandle->isValid()) {
- llvm::errs() << "Failed to load " << DynamicHIPPath << ": " << ErrMsg
- << '\n';
+ if (Verbose)
+ llvm::errs() << "Failed to load " << DynamicHIPPath << ": " << ErrMsg
----------------
jhuber6 wrote:
We should probably do a big monolithic NFC that updates a lot of cases like
this.
https://github.com/llvm/llvm-project/pull/151964
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits