[PATCH] D143675: Discussion: Darwin Sanitizers Stable ABI

Brittany Blue Gaston via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 11 20:12:26 PDT 2023


thetruestblue added inline comments.


================
Comment at: compiler-rt/test/asan_abi/lit.cfg.py:83
+# Only run the tests on supported OSs.
+if config.host_os not in ['Darwin']:
+  config.unsupported = True
----------------
MaskRay wrote:
> `!=`
The thought here was to leave basic lit patterns in-tact to expand to other OSs if others want to in the future. But if there's no desire for that, it doesn't make a big difference to me. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143675



More information about the cfe-commits mailing list