This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [integration_test] Make integration tests default OFF
ClosedPublic

Authored by aartbik on Jun 15 2020, 1:57 PM.

Details

Summary

Previous submit of new tests accidentally made this ON.
The tests should be opt-in.

To build with MLIR integration tests enabled, pass the following

cmake .... \
-DMLIR_INCLUDE_INTEGRATION_TESTS=ON \
....

Diff Detail

Event Timeline

aartbik created this revision.Jun 15 2020, 1:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2020, 1:57 PM
aartbik edited the summary of this revision. (Show Details)Jun 15 2020, 2:05 PM
aartbik added a reviewer: mehdi_amini.
aartbik edited the summary of this revision. (Show Details)Jun 15 2020, 2:08 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 15 2020, 2:55 PM
This revision was automatically updated to reflect the committed changes.