[PATCH] D38182: test-suite: add cpu features detection in configuration

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 08:18:38 PDT 2017


MatzeB added a comment.

Using autoconf+Makefiles to run the test-suite is deprecated; Most people use cmake/ninja/lit to run it nowadays (or `lnt runtest test-suite` which uses cmake under the hood). Do you plan to support the feature detection on cmake as well?


https://reviews.llvm.org/D38182





More information about the llvm-commits mailing list