Commit Graph

4 Commits

Author SHA1 Message Date
Max Desiatov 22e68a3aff test/DebugInfo: enable all available tests for Wasm (#86742)
Wasm is the only 32-bit platform regularly tested on Swift CI, let's enable existing `DebugInfo` tests for it.
2026-01-23 17:36:20 -08:00
Ellis Hoag c8a64e145f Fix CHECK lines in test 2024-08-16 12:49:07 -07:00
Ellis Hoag 7c19ca2fbc [IRGen][DebugInfo] Emit declarations for CFunctionPointer reps 2024-08-15 16:35:18 -07:00
DianQK 81953efcfb [IRGen][DebugInfo] Split method declaration and definition.
When the function is a method, we want a DW_AT_declaration there.
Because there's no good way to cross the CU boundary to insert a nested
DISubprogram definition in one CU into a type defined in another CU when
doing LTO builds.
2023-08-06 20:21:15 +08:00