[PATCH] D119233: [sancov][sanitizer-common] Correct sanitizer coverage point

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 15:36:36 PST 2022


MaskRay added a subscriber: ro.
MaskRay added inline comments.


================
Comment at: llvm/include/llvm/ADT/Triple.h:821
+  /// Tests whether the target is Sparc.
+  bool isSparc() const {
+    return getArch() == Triple::sparc || getArch() == Triple::sparcv9 ||
----------------
MaskRay wrote:
> Upload a separate patch for the Triple.h change. You may add `ro` as a reviewer.
Maybe for @ro to add this. @ro may have some idea whether this can be used elsewhere.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119233



More information about the llvm-commits mailing list