[PATCH] D148319: [compiler-rt] [test] [asan] Skip the static asan testsuites on mingw targets

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 15 05:11:11 PDT 2023


alvinhochun added a comment.

Originally I was thinking of just marking the test as unsupported in `compiler-rt\test\asan\lit.cfg.py`.

Looking through CMakeLists.txt the change seems quite confusing. Why does the suspicious looking variable `COMPILER_RT_ASAN_HAS_STATIC_RUNTIME` not work, and why does it guard the dynamic asan tests instead of the static asan tests that we have to do the opposite of what it does for `MINGW`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148319



More information about the llvm-commits mailing list