Skip to content

Commit 97c01de

Browse files
committed
Add a comment for explaining
1 parent 87334a4 commit 97c01de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/jit/_targets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def _handle_section(
314314
assert not section["Symbols"]
315315
maybe_symbol = group.symbols.get(section["Info"])
316316
if maybe_symbol is None:
317+
# These are relocations for a section we're not emitting. Skip:
317318
return
318319
value, base = maybe_symbol
319320
if value is _stencils.HoleValue.CODE:

0 commit comments

Comments
 (0)