microsoft / microsoft/ebpf-for-windows
Building with AddressSanitizer should copy clang asan runtime to output directory
Open
bug
P2
triaged
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 311
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 21
Description
### Describe the bug
Building with address sanitizer enabled doesn't make the necessary debug dlls available in the output directory / the install folder. This is similar to the VC runtime debug dlls.
### OS information
_No response_
### Steps taken to reproduce bug
1. Perform a build using `msbuild /m /p:Configuration=Debug /p:Platform=x64 /p:AddressSanitizer='True' ebpf-for-windows.sln`
2. Try to execute `export_program_info.exe`
### Expected behavior
The program should execute.
### Actual outcome
The program exits silently.
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.