[PATCH] [LNT] Be less strict about argument ordering in FakeCompiler

Chris Matthews chris.matthews at apple.com
Wed Jun 10 10:12:58 PDT 2015


Besides above comment, LGTM.


================
Comment at: tests/SharedInputs/FakeCompilers/fakecompiler.py:171
@@ +170,3 @@
+        """Return true if every element of tuple b is contained in
+        tuple a"""
+        return all([bi in a for bi in b])
----------------
Make a sentence, with a .

http://reviews.llvm.org/D10363

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list