[PATCH] D46223: Introduce a direct LLVM IR execution UnitTests framework, and add the first such test.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 30 20:09:20 PDT 2018
craig.topper added inline comments.
================
Comment at: Bitcode/UnitTests/README.md:3
+
+These are execution unit tests written directly in LLVM IR. We store maintain
+them in LLVM's bitcode format as that is guaranteed to have at least a certain
----------------
Either "store" or "maintain" needs to be removed from the second sentence I think?
Repository:
rT test-suite
https://reviews.llvm.org/D46223
More information about the llvm-commits
mailing list