Skip to content

Commit

Permalink
Merge pull request #6129 from gartung/gartung-add-check-clang-tools
Browse files Browse the repository at this point in the history
Add check to see that cms-handle code-formatter is linked into clang-tidy and run the unit tests on clang-tools-extra.
  • Loading branch information
smuzaffar authored Aug 4, 2020
2 parents 09940e1 + 3cc00bc commit 133bd1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion llvm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Requires: gcc zlib python python3
Requires: cuda
AutoReq: no

%define llvmCommit 80c6853a9ea2d6b142111a4177f94fb8b39ba2cf
%define llvmCommit 4b3acf7d70558fefca729efe381e3900da4591dd
%define llvmBranch cms/release/10.x/92d5c1b
%define iwyuCommit a5a6f27dabeb7fbc59b06ea949a312201c2fbdcf
%define iwyuBranch master
Expand Down Expand Up @@ -56,6 +56,8 @@ cmake %{_builddir}/llvm-%{realversion}-%{llvmCommit}/llvm \
-DCMAKE_PREFIX_PATH="${ZLIB_ROOT}"

ninja -v %{makeprocesses} -l $(getconf _NPROCESSORS_ONLN)
ninja -v %{makeprocesses} -l $(getconf _NPROCESSORS_ONLN) check-clang-tools
bin/clang-tidy --checks=* --list-checks | grep cms-handle

%install
cd ../build
Expand Down

0 comments on commit 133bd1f

Please sign in to comment.