[PATCH] D101587: test case for BrainF

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 1 03:32:46 PDT 2021


xgupta added a comment.

Hi @jnyfah!

Pre merge checks are failing which means  `ninja check-all` is not passed. Please see https://llvm.org/docs/Phabricator.html#pre-merge-testing. So before uploading/updating patches, you need to make sure all tests are passing.

And you need to add these tests under llvm/test/examples/ directory instead of llvm/test/.  HelloWorld.II file extension should be  .ll instead of .LL( you used capital latters).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101587/new/

https://reviews.llvm.org/D101587



More information about the llvm-commits mailing list