From e4775c8385d47ef192dc315432aa8fc2e323c2c0 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 18 Jul 2024 08:37:03 +0000 Subject: [PATCH] Run check-clang-tools These were lost during the big-merge migration, because they have their own check target. I locally confirmed that the XFAIL for i686 is still needed. --- check.spec.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/check.spec.inc b/check.spec.inc index 8887aa6..a774b3c 100644 --- a/check.spec.inc +++ b/check.spec.inc @@ -82,6 +82,15 @@ export LIT_XFAIL="$LIT_XFAIL;clang/test/CodeGen/profile-filter.c" %cmake_build --target check-clang #endregion +#region Test Clang Tools +reset_test_opts +%ifarch %ix86 +# Clang Tools :: clang-tidy/checkers/altera/struct-pack-align.cpp +export LIT_XFAIL="$LIT_XFAIL;clang-tidy/checkers/altera/struct-pack-align.cpp" +%endif +%cmake_build --target check-clang-tools +#endregion + #region Test OPENMP reset_test_opts @@ -158,11 +167,6 @@ export LIT_XFAIL="$LIT_XFAIL;api/ompx_3d.c" export LIT_XFAIL="$LIT_XFAIL;api/ompx_3d.cpp" %endif -%ifarch %ix86 -# Clang Tools :: clang-tidy/checkers/altera/struct-pack-align.cpp -export LIT_XFAIL="$LIT_XFAIL;clang-tidy/checkers/altera/struct-pack-align.cpp" -%endif - %ifarch ppc64le export LIT_XFAIL="$LIT_XFAIL;barrier/barrier.c" export LIT_XFAIL="$LIT_XFAIL;critical/critical.c"