[PATCH] D140743: [DFSan] Fix overuse of REQUIRES: in tests.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 29 15:09:17 PST 2022


MaskRay added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Linux.cpp:766
   Res |= SanitizerKind::SafeStack;
-  if (IsX86_64 || IsMIPS64 || IsAArch64)
+  if (IsX86_64)
     Res |= SanitizerKind::DataFlow;
----------------
This change is still useful and worth submitting :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140743



More information about the cfe-commits mailing list