Shubham Sandeep Rastogi
35ed2080ba
Revert "Temporarily disable debug info generation for async functions"
...
This reverts commit 8d763321c1 .
2025-08-22 15:31:47 -07:00
Ben Barham
8d763321c1
Temporarily disable debug info generation for async functions
...
Temporary workaround for a compiler crash in rebranch:
```
location of #dbg_declare must be a pointer or int
```
2025-08-13 15:36:02 -07:00
swift-ci
6ea9995a81
Merge remote-tracking branch 'origin/main' into rebranch
2024-10-19 18:57:20 -07:00
Allan Shortlidge
cb578172ea
Tests: Remove -disable-availability-checking in more tests that use concurrency.
...
Use the `%target-swift-5.1-abi-triple` substitution to compile the tests for
deployment to the minimum OS versions required for use of _Concurrency APIs,
instead of disabling availability checking.
2024-10-19 12:35:20 -07:00
Felipe de Azevedo Piovezan
a321b0afe0
[DebugInfo] Update tests to expect new LLVM debug format
2024-07-23 11:06:12 -07:00
Adrian Prantl
38467355cf
Update testcases on rebranch.
...
rdar://102151684
2022-12-21 15:08:15 -08:00
Erik Eckstein
dd27eb3ef8
rebranch: temporarily disable the failing DebugInfo/async-task-alloc.swift test
...
rdar://102151684
2022-12-15 11:39:54 +01:00
Adrian Prantl
e67d8bf4e3
Fix IRGen debug info for swift_task_alloc'ed variables.
...
The old code attempted to load the variable despite not knowing its size. Fixed
by describing the variable's address on the task heap.
2022-12-12 17:19:49 -08:00