Details
Details
- Reviewers
eugenis alekseyshl - Commits
- rGf6fc68c7d1e5: [compiler-rt] Move IsStackOverflow from asan into sanitizer_common
rGecba46d0e670: [compiler-rt] Move IsStackOverflow from asan into sanitizer_common
rCRT312987: [compiler-rt] Move IsStackOverflow from asan into sanitizer_common
rCRT312951: [compiler-rt] Move IsStackOverflow from asan into sanitizer_common
rL312987: [compiler-rt] Move IsStackOverflow from asan into sanitizer_common
rL312951: [compiler-rt] Move IsStackOverflow from asan into sanitizer_common
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_posix.cc | ||
---|---|---|
324 ↗ | (On Diff #114082) | #if allows to aviid sanitizer_platform_limits_posix.cc in lib/tsan/go/buildgo.sh |
compiler-rt/lib/tsan/go/buildgo.sh | ||
48 ↗ | (On Diff #114082) | IsStackOverflow needs some constants from the file. |
compiler-rt/lib/tsan/go/buildgo.sh | ||
---|---|---|
48 ↗ | (On Diff #114082) | Well, if we need IsStackOverflow in Go mode, we have to add this file, if we do not need IsStackOverflow (and, maybe, some other functions from sanitizer_posix.cc), we should split it out into a separate file and do not link it here. |