Issue 119995
Summary libc: `MSVC_DEBUG_INFORMATION_FORMAT` value 'Embedded' not known for this ASM compiler.
Labels libc
Assignees SchrodingerZhu
Reporter petrhosek
    In #119806 we're seeing the following error:
```
CMake Error in D:/a/llvm-project/llvm-project/libc/fuzzing/__support/CMakeLists.txt:
 MSVC_DEBUG_INFORMATION_FORMAT value 'Embedded' not known for this ASM
 compiler.
```
This is due to `-DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT=Embedded` being set in https://github.com/llvm/llvm-project/blob/8c681a929b8684f5a4ad2ebd4e3e4f20036a9595/.github/workflows/libc-overlay-tests.yml#L76-L91
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to