Skip to content

Commit

Permalink
More Apple, LLVM attributes (#497)
Browse files Browse the repository at this point in the history
Co-authored-by: Seva Alekseyev <[email protected]>
  • Loading branch information
sevaa and Seva Alekseyev authored Sep 7, 2023
1 parent b5840ce commit f0f9981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dist
MANIFEST
*.sublime-workspace
*.egg-info
.vscode



Expand Down
5 changes: 4 additions & 1 deletion elftools/dwarf/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,9 @@

DW_AT_LLVM_include_path = 0x3e00,
DW_AT_LLVM_config_macros = 0x3e01,
DW_AT_LLVM_isysroot = 0x3e02,
DW_AT_LLVM_isysroot = 0x3e02, # sysroot elsewhere
DW_AT_LLVM_tag_offset = 0x3e03,
DW_AT_LLVM_apinotes = 0x3e07,

DW_AT_APPLE_optimized = 0x3fe1,
DW_AT_APPLE_flags = 0x3fe2,
Expand All @@ -317,6 +318,8 @@
DW_AT_APPLE_property_attribute = 0x3feb,
DW_AT_APPLE_objc_complete_type = 0x3fec,
DW_AT_APPLE_property = 0x3fed,
DW_AT_APPLE_objc_direct = 0x3fee,
DW_AT_APPLE_sdk = 0x3fef,

_default_ = Pass,
)
Expand Down

0 comments on commit f0f9981

Please sign in to comment.