Skip to content

LLVMFlang: Fix MSVC ABI debug information format options

Brad King requested to merge brad.king/cmake:LLVMFlang-MSVC-debug into master

In !8852 (merged) we incorrectly recorded -g as supporting the ProgramDatabase format, but it is actually Embedded, matching Clang.

In order to support easy integration with C and C++ projects that use the .pdb debug formats, pretend LLVMFlang supports them and just don't actually emit any debug information.

Issue: #24840 (closed)
Backport: release

Merge request reports