Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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).
Comment Actions
Fine, feel to ask on forums if you have some questions or getting trouble in understanding concepts.