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
Event Timeline
Comment Actions
lgtm
compiler-rt/lib/hwasan/hwasan_fuchsia.cpp | ||
---|---|---|
195–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.