AArch64 only for now.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28223 Build 28222: arc lint + arc unit
Event Timeline
LGTM
compiler-rt/test/asan/TestCases/Linux/vfork.cc | ||
---|---|---|
4 | 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 | redundant CHECK here and below |
compiler-rt/lib/asan/asan_rtl.cc | ||
---|---|---|
602 | why? GetCurrentThread may return 0 is called very early or very late. | |
compiler-rt/test/asan/TestCases/Linux/vfork.cc | ||
4 | I've dumped available features, and that's the only relevant one I found. |
compiler-rt/test/asan/TestCases/Linux/vfork.cc | ||
---|---|---|
4 | 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 | 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. |
redundant CHECK here and below