We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87334a4 commit 97c01deCopy full SHA for 97c01de
Tools/jit/_targets.py
@@ -314,6 +314,7 @@ def _handle_section(
314
assert not section["Symbols"]
315
maybe_symbol = group.symbols.get(section["Info"])
316
if maybe_symbol is None:
317
+ # These are relocations for a section we're not emitting. Skip:
318
return
319
value, base = maybe_symbol
320
if value is _stencils.HoleValue.CODE:
0 commit comments