We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61496d1 commit 98e0053Copy full SHA for 98e0053
offload/plugins-nextgen/common/src/PluginInterface.cpp
@@ -856,7 +856,7 @@ Error GenericDeviceTy::deinit(GenericPluginTy &Plugin) {
856
}
857
Expected<DeviceImageTy *> GenericDeviceTy::loadBinary(GenericPluginTy &Plugin,
858
StringRef InputTgtImage) {
859
- DP("Load data from image\n");
+ DP("Load data from image " DPxMOD "\n", DPxPTR(InputTgtImage.bytes_begin()));
860
861
std::unique_ptr<MemoryBuffer> Buffer;
862
if (identify_magic(InputTgtImage) == file_magic::bitcode) {
0 commit comments