diff --git a/hpvm/lib/Transforms/GenVISC/GenVISC.cpp b/hpvm/lib/Transforms/GenVISC/GenVISC.cpp index 799de784c8c4a675927fbb5a0e63ea30b668d738..b0aaacaed3451d317cc913850bdaebb7d8b3b930 100644 --- a/hpvm/lib/Transforms/GenVISC/GenVISC.cpp +++ b/hpvm/lib/Transforms/GenVISC/GenVISC.cpp @@ -274,7 +274,7 @@ bool GenVISC::runOnModule(Module &M) { parseIRFile(runtimeAPI.str(), Err, M.getContext()); if (runtimeModule == NULL) - DEBUG(errs() << Err.getMessage()); + DEBUG(errs() << Err.getMessage() << " " << rutimeAPI << "\n"); else DEBUG(errs() << "Successfully loaded visc-rt API module\n");