Skip to content

Commit c35dd54

Browse files
authored
Update main.py
llvm/llvm-project#123181 replaces `nocapture` with `capture(none)`, which causes a problem for chess. For example https://github.com/Xilinx/mlir-aie/actions/runs/13077904662/job/36494451051
1 parent 04a7dc6 commit c35dd54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/compiler/aiecc/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def downgrade_ir_for_chess(llvmir_chesslinked):
384384
"memory(argmem: write, inaccessiblemem: write)",
385385
"inaccessiblemem_or_argmemonly writeonly",
386386
)
387+
.replace("captures(none)", "nocapture")
387388
)
388389
return llvmir_chesslinked
389390

0 commit comments

Comments
 (0)