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
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