Turn on LLVM_USE_SPLIT_DWARF for Windows Debug build when split-dwarf option is supported
Open
confirmed
enhancement
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
https://github.com/intel/llvm/pull/12527 turned on LLVM_USE_SPLIT_DWARF for Linux Debug build.
Windows Debug build is not yet enabled because -gsplit-dwarf is not yet supported on Windows.
We should turn on LLVM_USE_SPLIT_DWARF when -gsplit-dwarf is supported on Windows as well.
Contributor guide
Assessment
This issue has not been assessed yet.