As part of effort to enable sanitizer common unit tests on arm64 apple devices.
Add kModuleArchARM64 as expected Arch
Apple Only change
rdar://101436019
Details
Details
Diff Detail
Diff Detail
Event Timeline
compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_test.cpp | ||
---|---|---|
72 | This is breaking one of our build bots: https://lab.llvm.org/buildbot/#/builders/77/builds/24399. You probably meant "arch == kModuleArchARM64". Do you mind either fixing forward or reverting? Thanks! |
compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_test.cpp | ||
---|---|---|
72 | Sorry about that. Pushed 0b857c568c1938a65fc796abcac80e7482048816 |
This is breaking one of our build bots: https://lab.llvm.org/buildbot/#/builders/77/builds/24399. You probably meant "arch == kModuleArchARM64". Do you mind either fixing forward or reverting?
Thanks!