diff --git a/debian/changelog b/debian/changelog index 2c2af93c..e01ad539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,13 @@ +llvm-toolchain-7 (1:7-5) UNRELEASED; urgency=medium + + [ Reshabh Sharma ] + * Run check-openmp to test OpenMP + + -- reshabh 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 diff --git a/debian/rules b/debian/rules index 7790f80c..fa713254 100755 --- a/debian/rules +++ b/debian/rules @@ -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