This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [integration-test] Let target check-mlir imply target check-mlir-integration too
ClosedPublic

Authored by aartbik on Jun 23 2020, 2:26 PM.

Details

Summary

Note that this does not mean that check-mlir will run check-mlir-integration
tests for all configurations. You still need to do a set up with the flag
MLIR_INCLUDE_INTEGRATION_TESTS set to ON in order to activate the integration test.

Diff Detail

Event Timeline

aartbik created this revision.Jun 23 2020, 2:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2020, 2:26 PM

Looks good, I'd add what you have in the change description to the CMake file (re: only if MLIR_INCLUDE_INTEGRATION_TESTS is set to on)

Looks good, I'd add what you have in the change description to the CMake file (re: only if MLIR_INCLUDE_INTEGRATION_TESTS is set to on)

Sounds like a good idea. Done.

aartbik updated this revision to Diff 272836.Jun 23 2020, 2:56 PM

addressed feedback on adding comment

jpienaar accepted this revision.Jun 23 2020, 2:58 PM
This revision is now accepted and ready to land.Jun 23 2020, 2:58 PM
This revision was automatically updated to reflect the committed changes.