Some platforms do not support pvalloc/valloc so add checks so
that these tests are only run on the appropriate platforms.
Details
Details
- Reviewers
Chia-hungDuan - Commits
- rGc981f0b428b5: [scudo] Check support for pvalloc/valloc tests.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Just curious, why didn't this cause problem on Android before?
compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp | ||
---|---|---|
31 | Hope this make it easier to read |
Comment Actions
We aren't compiling this in Android yet. I think there was a problem and we just never went back and fixed it.
Hope this make it easier to read