[PATCH] D78614: [AssumeBuilder] Add assume-simplify pass

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 03:11:50 PDT 2020


Tyker added inline comments.


================
Comment at: llvm/utils/lit/lit/main.py:276
+        if test.result.code in tests_by_code:
+            tests_by_code[test.result.code].append(test)
 
----------------
jdoerfert wrote:
> If this is because of `NOEXE` in the test suite, that is fixed right now elsewhere. Either way, this does not belong here ;)
yeah this was for the NOEXE.
happy to know it is fixed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78614/new/

https://reviews.llvm.org/D78614





More information about the llvm-commits mailing list