Files
Arnold Schwaighofer 2499d8c6b5 Tests: We currently only use the new yield_once_2 ABI on darwin and linux platforms
See lib/Frontend/CompilerInvocation.cpp

```
  if (LangOpts.Target.isOSDarwin() || LangOpts.Target.isOSLinux()) {
    // On Darwin and Linux, use yield_once_2 by default.
    Opts.CoroutineAccessorsUseYieldOnce2 = true;
  }
```
2026-02-26 08:08:51 -08:00
..
2025-05-05 13:50:51 -07:00
2024-08-25 13:56:58 -07:00
2024-08-09 05:10:02 +03:00
2025-04-19 09:55:06 -07:00
2024-08-09 05:10:02 +03:00
2025-08-14 23:06:49 -07:00