mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +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
f631698c03
commit
4cca104ede
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
|
||||
#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"
|
||||
|
|
Loading…
Reference in a new issue