mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-24 20:20:20 +00:00
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
This commit is contained in:
commit
933575dee1
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
3
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user