Skip to content

Conversation

@Michael137
Copy link

Instead of this:

0x00018cff: DW_TAG_imported_declaration DW_AT_decl_line (12) DW_AT_import (0x0000000000018cfb) 

print:

0x00018cff: DW_TAG_imported_declaration DW_AT_decl_line (12) DW_AT_import (0x0000000000018cfb "platform") 

Where 0x0000000000018cfb in this example could be a DW_TAG_module with DW_AT_name ("platform")

(cherry picked from commit 5bc7b9d)

…d by DW_AT_import (llvm#171859) Instead of this: ``` 0x00018cff: DW_TAG_imported_declaration DW_AT_decl_line (12) DW_AT_import (0x0000000000018cfb) ``` print: ``` 0x00018cff: DW_TAG_imported_declaration DW_AT_decl_line (12) DW_AT_import (0x0000000000018cfb "platform") ``` Where `0x0000000000018cfb` in this example could be a `DW_TAG_module` with `DW_AT_name ("platform")` (cherry picked from commit 5bc7b9d)
@Michael137 Michael137 requested a review from a team as a code owner December 12, 2025 09:01
@Michael137
Copy link
Author

@swift-ci test llvm

@Michael137
Copy link
Author

@swift-ci test

@Michael137
Copy link
Author

@swift-ci test Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants