AArch64 only for now.
Details
Diff Detail
- Repository
- rCRT Compiler Runtime
Event Timeline
LGTM
compiler-rt/test/asan/TestCases/Linux/vfork.cc | ||
---|---|---|
4 ↗ | (On Diff #187110) | Doesn't this need to be spelled REQUIRES: aarch64-target-arch, android? (Also, does it really require Android?) |
compiler-rt/lib/asan/asan_rtl.cc | ||
---|---|---|
602 ↗ | (On Diff #187110) | redundant CHECK here and below |
compiler-rt/lib/asan/asan_rtl.cc | ||
---|---|---|
602 ↗ | (On Diff #187110) | why? GetCurrentThread may return 0 is called very early or very late. |
compiler-rt/test/asan/TestCases/Linux/vfork.cc | ||
4 ↗ | (On Diff #187110) | I've dumped available features, and that's the only relevant one I found. |
compiler-rt/test/asan/TestCases/Linux/vfork.cc | ||
---|---|---|
4 ↗ | (On Diff #187110) | That's fine. I noticed that compiler-rt/test/shadowcallstack/overflow-aarch64.c was already using aarch64-target-arch, maybe that's never being run? If so that would probably need to be fixed as well. |
compiler-rt/test/asan/TestCases/Linux/vfork.cc | ||
---|---|---|
4 ↗ | (On Diff #187110) | I've looked, and this aarch64-android-target-arch is only present in asan and scudo, and it affects exactly 0 tests one way or the other. I'll remove it in a separate change. |