Update the address tagging bitmask check to just see if ZX_ARM64_FEATURE_ADDRESS_TAGGING_TBI is enabled rather than checking if it's the only thing that's enabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 2,470 ms | x64 debian > XRay-x86_64-linux.TestCases/Posix::fdr-mode.cpp |
Event Timeline
Comment Actions
lgtm
| compiler-rt/lib/hwasan/hwasan_fuchsia.cpp | ||
|---|---|---|
| 196 | It might be clearer to just say requires ZX_ARM64_FEATURE_ADDRESS_TAGGING_TBI here. | |
It might be clearer to just say requires ZX_ARM64_FEATURE_ADDRESS_TAGGING_TBI here.