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
Fix detection of libc++ hardening mode support without git history
In Jenkins we only have a partial history, so instead of checking for
ancestor commits, just read the CMakeLists.txt directly. This is fine since
it must exist by the time this code is called.
0 commit comments