Skip to content

Commit 2b6ac7c

Browse files
committed
Core file path set to tmpdirname
1 parent 25d82ea commit 2b6ac7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/compiler/aiecc/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ async def process_core(
579579
await self.do_call(task, ["aie-translate", "--mlir-to-llvmir", file_opt_core, "-o", file_core_llvmir])
580580
file_core_obj = corefile(self.tmpdirname, core, "o")
581581

582-
file_core_elf = elf_file if elf_file else corefile(".", core, "elf")
582+
file_core_elf = elf_file if elf_file else corefile(self.tmpdirname, core, "elf")
583583

584584
if opts.compile and opts.xchesscc:
585585
if not opts.unified:

0 commit comments

Comments
 (0)