[PATCH] D48309: [sanitizer] Unify and generalize Apple platforms in CMake and lit test configs

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 20:38:56 PDT 2018


kubamracek created this revision.
kubamracek added reviewers: delcypher, george.karpenkov, dvyukov, eugenis.
kubamracek added a project: Sanitizers.
Herald added subscribers: Sanitizers, mgorny.

There's more platforms than just "ios" and "iossim" that we should support, and adding more lit config variables for each platform isn't great. Let's generalize and have a single value that determines what the platform under test is.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48309

Files:
  test/asan/CMakeLists.txt
  test/asan/lit.cfg
  test/asan/lit.site.cfg.in
  test/fuzzer/CMakeLists.txt
  test/fuzzer/lit.cfg
  test/fuzzer/lit.site.cfg.in
  test/lit.common.cfg
  test/lit.common.configured.in
  test/sanitizer_common/ios_commands/iossim_prepare.py
  test/tsan/CMakeLists.txt
  test/tsan/lit.cfg
  test/tsan/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48309.151845.patch
Type: text/x-patch
Size: 12539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180619/fd6a2a33/attachment-0001.bin>


More information about the llvm-commits mailing list