From a4104082c35a6d07aa2086db03ab2dd4a3827e2f Mon Sep 17 00:00:00 2001 From: Reshabh Sharma Date: Fri, 5 Oct 2018 06:40:09 +0000 Subject: [PATCH] Add check-openmp to test OpenMP --- debian/changelog | 8 ++++++++ debian/rules | 3 +++ 2 files changed, 11 insertions(+) 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