[all-commits] [llvm/llvm-project] c21104: [hwasan][fuchsia] Fix features bitmask checking

PiJoules via All-commits all-commits at lists.llvm.org
Thu Jul 7 14:43:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c21104180266d22584043983972f350ef33c5e12
      https://github.com/llvm/llvm-project/commit/c21104180266d22584043983972f350ef33c5e12
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2022-07-07 (Thu, 07 Jul 2022)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_fuchsia.cpp

  Log Message:
  -----------
  [hwasan][fuchsia] Fix features bitmask checking

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.

Differential Revision: https://reviews.llvm.org/D129318




More information about the All-commits mailing list