[PATCH] D140898: [llvm-exegesis] Remove functional test from unit tests
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 10:02:47 PST 2023
rupprecht added a comment.
If you want to keep this test but just not run it by default, can you put it in a separate target that the build bot doesn't run? I guess it's up to you.
btw, we should be able to remove `nobuildkite` from llvm/unittests/BUILD.bazel after this patch. (Or if we keep the test but put it in a separate target, move the tag to the new one). I can land that separately if you prefer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140898/new/
https://reviews.llvm.org/D140898
More information about the llvm-commits
mailing list