Skip to content

Commit

Permalink
Fix JIT build error due to SHT_NOTE sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 11, 2024
1 parent ab6fbda commit 0e52b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/jit/_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def _handle_section(
assert section_type in {
"SHT_GROUP",
"SHT_LLVM_ADDRSIG",
"SHT_NOTE",
"SHT_NULL",
"SHT_STRTAB",
"SHT_SYMTAB",
Expand Down

0 comments on commit 0e52b0d

Please sign in to comment.