[PATCH] D22827: [test/gold] Add gold test subdirectory tests needing v1.12 (or higher)

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 13:32:45 PDT 2016


davidxl added inline comments.

================
Comment at: test/tools/gold/X86/v1.12/lit.local.cfg:18
@@ +17,3 @@
+    return False
+  version = float(match.group(1))
+  if version < 1.12:
----------------
probably just look at the minor version and use integer comparison? version 1.2 should be older version right?


https://reviews.llvm.org/D22827





More information about the llvm-commits mailing list