[PATCH] D99577: [RFC][OpenCL][PoC] Testing TableGen with diffing

2021-04-01 Thread Anton Zabaznov via Phabricator via cfe-commits
azabaznov added a comment. Thanks for feedback! Locally I get really nice result (I am using Ubuntu 20.04): $ llvm-lit SemaOpenCL/compare-header-and-tablegen.cl -- Testing: 1 tests, 1 workers -- FAIL: Clang :: SemaOpenCL/compare-header-and-tablegen.cl (1 of 1)

[PATCH] D99577: [RFC][OpenCL][PoC] Testing TableGen with diffing

2021-03-31 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added a comment. This approach is really great because the testing is so quick! While it is not providing the coverage for invocation through clang, it can still be very valuable in various forms to enhance the testing and improve the coverage at very little cost. Thanks for working o

[PATCH] D99577: [RFC][OpenCL][PoC] Testing TableGen with diffing

2021-03-30 Thread Anton Zabaznov via Phabricator via cfe-commits
azabaznov created this revision. azabaznov added reviewers: svenvh, Anastasia. Herald added subscribers: ldrumm, yaxunl. azabaznov requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This adds an option string to clang-check to ignore certain A