Skip to content

Commit 98e0053

Browse files
sarnexjhuber6
andauthored
Update offload/plugins-nextgen/common/src/PluginInterface.cpp
Co-authored-by: Joseph Huber <[email protected]>
1 parent 61496d1 commit 98e0053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/plugins-nextgen/common/src/PluginInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ Error GenericDeviceTy::deinit(GenericPluginTy &Plugin) {
856856
}
857857
Expected<DeviceImageTy *> GenericDeviceTy::loadBinary(GenericPluginTy &Plugin,
858858
StringRef InputTgtImage) {
859-
DP("Load data from image\n");
859+
DP("Load data from image " DPxMOD "\n", DPxPTR(InputTgtImage.bytes_begin()));
860860

861861
std::unique_ptr<MemoryBuffer> Buffer;
862862
if (identify_magic(InputTgtImage) == file_magic::bitcode) {

0 commit comments

Comments
 (0)