Skip to content

Commit e275564

Browse files
author
anurag
committed
fix elf
Signed-off-by: anurag <anurag@amd.com>
1 parent 74becdf commit e275564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mldebug/work_dir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _get_lst(self, elf_path, elf_name):
169169
If self.dump_lst is True, writes the output listing to disk.
170170
"""
171171
lst_data = ""
172-
exe = "llvm-objdump"
172+
exe = "llvm-objdump.elf"
173173
archname = "aie2p"
174174
if is_windows():
175175
exe = "llvm-objdump.exe"

0 commit comments

Comments
 (0)