HomePhabricator

Switch from autoconfigure to cmake for clang-cmake-x86_64-avx2-linux builder

Authored by yinyangsx on Feb 3 2023, 12:11 AM.

Description

Switch from autoconfigure to cmake for clang-cmake-x86_64-avx2-linux builder

According to LNT test doc, the autoconfigure support is deprecated, so this patch is for using cmake instead for "clang-cmake-x86_64-avx2-linux" builder.

Differential revision: https://reviews.llvm.org/D143045

Details