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
- Build Status
Buildable 9945 Build 9945: arc lint + arc unit
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_posix.cc | ||
---|---|---|
324 | #if allows to aviid sanitizer_platform_limits_posix.cc in lib/tsan/go/buildgo.sh | |
compiler-rt/lib/tsan/go/buildgo.sh | ||
48 | IsStackOverflow needs some constants from the file. |
compiler-rt/lib/tsan/go/buildgo.sh | ||
---|---|---|
48 | 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. |
What about this #if?