[PATCH] D32058: Add a section about simplifying .mir tests
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 1 10:15:55 PDT 2017
qcolombet added inline comments.
================
Comment at: llvm/trunk/docs/MIRLangRef.rst:120
+ contains dummy functions (see above). The .mir loader will create the
+ IR functions automatically in this case.
+
----------------
Isn't that true only if you have one function. I think I saw it failed when having more than one. (We should fix that of course, if that's still the case!)
Repository:
rL LLVM
https://reviews.llvm.org/D32058
More information about the llvm-commits
mailing list