Exhaustively test all triples in TripleTest.
authorDouglas Katzman <dougk@google.com>
Thu, 30 Apr 2015 20:08:44 +0000 (20:08 +0000)
committerDouglas Katzman <dougk@google.com>
Thu, 30 Apr 2015 20:08:44 +0000 (20:08 +0000)
commite52ba69038b522c7099c709b68a9750d5437a4c3
tree579147ccc90662b7caa3feec03221cd9e2066188
parent2a18cece0d1c2760a443a95b9a7a3bb3edda2404
Exhaustively test all triples in TripleTest.

Iteration over all permutations didn't really work,
due to evolution of the underlying enums.

Differential Revision: http://reviews.llvm.org/D9057

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236251 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
unittests/ADT/TripleTest.cpp