mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
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.
This commit is contained in:
parent
7b4c34d259
commit
e4775c8385
1 changed files with 9 additions and 5 deletions
|
@ -82,6 +82,15 @@ export LIT_XFAIL="$LIT_XFAIL;clang/test/CodeGen/profile-filter.c"
|
||||||
%cmake_build --target check-clang
|
%cmake_build --target check-clang
|
||||||
#endregion
|
#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
|
#region Test OPENMP
|
||||||
reset_test_opts
|
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"
|
export LIT_XFAIL="$LIT_XFAIL;api/ompx_3d.cpp"
|
||||||
%endif
|
%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
|
%ifarch ppc64le
|
||||||
export LIT_XFAIL="$LIT_XFAIL;barrier/barrier.c"
|
export LIT_XFAIL="$LIT_XFAIL;barrier/barrier.c"
|
||||||
export LIT_XFAIL="$LIT_XFAIL;critical/critical.c"
|
export LIT_XFAIL="$LIT_XFAIL;critical/critical.c"
|
||||||
|
|
Loading…
Reference in a new issue