This is an archive of the discontinued LLVM Phabricator instance.

[bazel] Add test targets for dataflow framework
ClosedPublic

Authored by li.zhe.hua on May 2 2022, 8:37 PM.

Diff Detail

Event Timeline

li.zhe.hua created this revision.May 2 2022, 8:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 8:37 PM
li.zhe.hua requested review of this revision.May 2 2022, 8:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 8:37 PM
gribozavr2 requested changes to this revision.May 3 2022, 1:40 AM

Please fix the pre-merge check error:

https://buildkite.com/llvm-project/premerge-checks/builds/90946#63571902-fbe2-4d38-96b1-c1c02421d75e

no such target '@llvm-project//llvm:testing_annotations'

This revision now requires changes to proceed.May 3 2022, 1:40 AM
li.zhe.hua updated this revision to Diff 426645.May 3 2022, 4:39 AM

Fix build error

Tested with $ bazel test --config=generic_clang @llvm-project//clang/unittests:analysis_flow_sensitive_tests

gribozavr2 accepted this revision.May 3 2022, 6:43 AM
This revision is now accepted and ready to land.May 3 2022, 6:43 AM
This revision was automatically updated to reflect the committed changes.