[PATCH] D84844: [OpenMP] Ensure testing for versions 4.5, 5.0, and default - Part 1

2020-08-03 Thread Saiyedul Islam via Phabricator via cfe-commits
saiislam updated this revision to Diff 282678. saiislam added a comment. Removed redundant testing for version 5.0 with its version string. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84844/new/ https://reviews.llvm.org/D84844 Files: clang/tes

[PATCH] D84844: [OpenMP] Ensure testing for versions 4.5, 5.0, and default - Part 1

2020-07-29 Thread Alexey Bataev via Phabricator via cfe-commits
ABataev added a comment. I'm not sure if this is profitable. All these changes increase the time of the test execution significantly in many cases while execution goes the same control paths. Some smart changes are required, only for things changed from version to version. Repository: rG LL