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
[SPEC] Add compiler check for -fwrapv-pointer in xalancbmk (#237)
-fwrapv-pointer is a relatively recent flag and older versions of clang may not support it.
Hopefully older versions of clang also don't perform the UB optimisation that warrants the use of the flag in the first place
0 commit comments