[PATCH] D32058: Add a section about simplifying .mir tests
Ahmed Bougacha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 16:24:48 PDT 2017
ab accepted this revision.
ab added a comment.
This revision is now accepted and ready to land.
Makes sense to me. I wish we didn't need this, but progress is made one step at a time
================
Comment at: docs/MIRLangRef.rst:117
+
+- It is possible to drop the whole IR section of the MIR file if it only
+ contains dummy function (see above). In this case the .mir loader will
----------------
Whoa, I didn't know this worked! This section is already helping =]
Repository:
rL LLVM
https://reviews.llvm.org/D32058
More information about the llvm-commits
mailing list