[PATCH] D150742: [HWASan] Ignore shortgranules for global tag selection

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 17:39:50 PDT 2023


vitalybuka added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1588
 
+  if (TagMaskByte < 16)
+    report_fatal_error("tag space for -hwasan-globals must be at least 4 bits");
----------------
We are here only if it's our mistake in this file, this is assert()



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150742/new/

https://reviews.llvm.org/D150742



More information about the llvm-commits mailing list