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
[UTC] Fix bounds safety default checks in update_cc_test_checks.py
Previously update_cc_test_checks.py would append the default bounds
check flag to the end of the RUN line. If the original RUN line
contained any bounds check flags they would be overridden by this. The
default bounds check flag is now inserted immediately after the
%clang_cc1 expansion, so that the RUN line can override it.
0 commit comments