[clang] Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format", second try (PR #88245)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 27 05:51:12 PDT 2024
phoebewang wrote:
> For driver tests we prefer specifying a concrete target triple than making a test dependent on the default target triple (controlled by `REQUIES: coff-supported-target` in this case).
>
> A concrete target triple (e.g. x86_64-windows) loses coverage for aarch64-windows, but we generally accept the loss.
Thanks for the suggestion, updated.
https://github.com/llvm/llvm-project/pull/88245
More information about the cfe-commits
mailing list