1
0
Fork 0

Revert "Disable openmp tests"

This reverts commit 6d1a03c400.

Offending https://reviews.llvm.org/D105719 was reverted upstream.
This commit is contained in:
Mikhail Goncharov 2021-07-28 17:28:28 +02:00
parent 6c2410440e
commit 0522d2b402

View file

@ -29,7 +29,7 @@ if __name__ == '__main__':
notify_emails = list(filter(None, os.getenv('ph_notify_emails', '').split(',')))
steps = []
steps.extend(generic_linux(
os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;polly;flang'),
os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;openmp;polly;flang'),
False))
# FIXME: openmp is removed as it constantly fails.