This is an archive of the discontinued LLVM Phabricator instance.

[utils] fixing update_mir_test_checks.py's language (mir/IR/etc) detection
AcceptedPublic

Authored by rtereshin on Feb 21 2018, 5:14 PM.

Details

Reviewers
bogner
Summary

Adding a little more robust language detection for utils/update_mir_test_checks.py parsing it from -x <LANG> arg of llc if it's not obvious from the test file name.

This patch is dependent upon https://reviews.llvm.org/D43603

Diff Detail

Repository
rL LLVM

Event Timeline

rtereshin created this revision.Feb 21 2018, 5:14 PM
bogner accepted this revision.Feb 22 2018, 11:33 AM

Looks good, pending what we decide to do about the testing.

This revision is now accepted and ready to land.Feb 22 2018, 11:33 AM