tsan: fix signal_longjmp test in debug mode
In debug mode tsan checks that user accesses access user memory. NULL is not user memory. So the test fails. Allocate real inaccessible memory for the test. llvm-svn: 218069
Loading
Please sign in to comment