diff options
-rw-r--r-- | Tools/jit/_targets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/jit/_targets.py b/Tools/jit/_targets.py index 023ef498a21..b020f49cf4a 100644 --- a/Tools/jit/_targets.py +++ b/Tools/jit/_targets.py @@ -349,6 +349,7 @@ class _ELF( assert section_type in { "SHT_GROUP", "SHT_LLVM_ADDRSIG", + "SHT_NOTE", "SHT_NULL", "SHT_STRTAB", "SHT_SYMTAB", |