-
Notifications
You must be signed in to change notification settings - Fork 849
Add the ability to static link ASAN, TSAN and LSAN #5885
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
Conversation
|
It doesn't check to see if the static libraries are installed: |
9082cae to
b4b9b6d
Compare
|
Are you testing this? I am still seeing an issue with asan and tsan not finding the static library: |
|
Also, as mentioned in emails, all PRs are now v10.0.0 |
|
Can we update documentation as well for these options? |
b4b9b6d to
1620c68
Compare
bryancall
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran a few different tests over the PR and it pass all of them.
|
[approve ci autest] |
1 similar comment
|
[approve ci autest] |
|
Not sure why autest fails to compile, didn't even touch the file it's reporting. |
|
[approve ci autest] |
|
Ah, it's #5887. |
Just saw it. |
|
[approve ci autest] |
|
Cherry-picked to v9.0.x branch. |
Add optional
staticargument for--enable-asan,--enable-tsan, and--enable-lsan(e.g../configure --enable-asan=staticwill statically link ASAN).