This allows reporting an error when user tries to use SafeStack with
incompatible sanitizers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Event Timeline
clang/lib/Driver/SanitizerArgs.cpp | ||
---|---|---|
382 | I guess we check only one direction. So either this line or changes above are not needed. |
I guess we check only one direction.
E.g. we have std::make_pair(Address, Thread but no std::make_pair(Thread, Address
So either this line or changes above are not needed.