This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Tests] Update tests so they require assertions
ClosedPublic

Authored by rogfer01 on Jun 13 2023, 12:49 AM.

Details

Summary

These tests are currently failing under BUILD_TYPE=Release or BUILD_TYPE=RelWithDebInfo.

As explained in https://github.com/llvm/llvm-project/issues/63208#issuecomment-1587390013 statistics are gated to LLVM_ENABLE_STATS which needs REQUIRES: asserts to work.

This change adds the REQUIRES lines.

Diff Detail

Event Timeline

rogfer01 created this revision.Jun 13 2023, 12:49 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
rogfer01 requested review of this revision.Jun 13 2023, 12:49 AM
ftynse accepted this revision.Jun 13 2023, 1:04 AM
This revision is now accepted and ready to land.Jun 13 2023, 1:04 AM
This revision was automatically updated to reflect the committed changes.