Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST]: MingW Clang ASAN features #6378

Open
partouf opened this issue Apr 20, 2024 · 1 comment
Open

[REQUEST]: MingW Clang ASAN features #6378

partouf opened this issue Apr 20, 2024 · 1 comment
Labels
request Request for something

Comments

@partouf
Copy link
Contributor

partouf commented Apr 20, 2024

Is your feature request related to a problem? Please describe

We're missing address sanitizer functionality on our MingW Clang compilers. This may or may not be fixable.

If it's fixible, we may or may not have to apply some copying mechanism here https://github.com/compiler-explorer/compiler-explorer/blob/main/lib/win-utils.ts#L34 - as they might be dynamically linked libraries that objdump won't catch.

Describe the solution you'd like

I have posted an issue in the repo where we get our binary distributions brechtsanders/winlibs_mingw#200

Describe alternatives you've considered

Build our own distribution - but that would be insanity

Additional context

Not applicable

@partouf partouf added the request Request for something label Apr 20, 2024
@partouf
Copy link
Contributor Author

partouf commented May 14, 2024

The recommendation was to use builds from https://github.com/mstorsjo/llvm-mingw instead for Clang/LLVM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Request for something
Projects
None yet
Development

No branches or pull requests

1 participant