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
[GSan] Robustly detect the right C++ stdlib for clang++ (#9791)
Without this, getting an error like
```
fatal error: 'climits' file not found
41 | #include <climits>
| ^~~~~~~~~
1 error generated when compiling for sm_80.
```
Apparently, the GCC version auto-detected by clang++ did not match the
`libstdc++` version installed on my system.
0 commit comments