You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to run -fsanitize=cfi as part of our clang builds. However, it requires -flto optimization to be enabled, which causes a number of failures (e.g. #2105 ), and makes our test suite run in a non-deterministic order.
We should either fix all of those issues, find a way to run -fsanitize=cfi without -flto or decide we don't want to enable it.
The text was updated successfully, but these errors were encountered:
We would like to run
-fsanitize=cfi
as part of our clang builds. However, it requires-flto
optimization to be enabled, which causes a number of failures (e.g. #2105 ), and makes our test suite run in a non-deterministic order.We should either fix all of those issues, find a way to run
-fsanitize=cfi
without-flto
or decide we don't want to enable it.The text was updated successfully, but these errors were encountered: