-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[darwin-framework-tool] Add is_asan proper supports #26014
[darwin-framework-tool] Add is_asan proper supports #26014
Conversation
PR #26014: Size comparison from 6eded52 to 9ece407 Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
9ece407
to
94a77e8
Compare
94a77e8
to
6b519f9
Compare
PR #26014: Size comparison from 6eded52 to 6b519f9 Full report (1 build for cc32xx)
|
4ee478a
to
9b3f66c
Compare
PR #26014: Size comparison from 00a2dcc to 9b3f66c Full report (1 build for cc32xx)
|
It seems like the |
9b3f66c
to
9739360
Compare
I finally got the Matter.framework to be built with the clang provided by pigweed when |
9739360
to
10bf850
Compare
PR #26014: Size comparison from a235160 to 10bf850 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
ecd5c15
to
89d82e3
Compare
For what it worth, I add to add |
PR #26014: Size comparison from a235160 to 89d82e3 Full report (2 builds for cc32xx, mbed)
|
Ok, it does compile and run properly now. The darwin job still fails because of the |
PR #26014: Size comparison from c5216d1 to 0d34d96 Full report (1 build for cc32xx)
|
0d34d96
to
dc8ebd9
Compare
PR #26014: Size comparison from 533f84c to dc8ebd9 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
/rebase |
Problem
When
darwin-framework-tool
is built withis_asan=true
oris_tsan=true
those are not properly carried over to the framework build.