Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7

This commit is contained in:
Sylvestre Ledru 2018-10-05 08:40:29 +02:00
commit 933575dee1
2 changed files with 11 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,5 +1,13 @@
llvm-toolchain-7 (1:7-5) UNRELEASED; urgency=medium
[ Reshabh Sharma ]
* Run check-openmp to test OpenMP
-- reshabh <reshabhsh@gmail.com> Fri, 05 Oct 2018 12:01:47 +0530
llvm-toolchain-7 (1:7-4) unstable; urgency=medium
[ Sylvestre Ledru ]
* Backport a fix to improve scan-build code error.
Thanks to Roman Lebedev for the fix(Closes: #909662)
* Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755

3
debian/rules vendored
View File

@ -691,6 +691,9 @@ endif
# Sanitizer
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-sanitizer || true
# OpenMP
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-openmp || true
# Libcxx
$(MAKE) $(NJOBS) -C libcxx/build check-libcxx || true