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)
commit07920d8457a43b789f1fe29e2de7810e734657ff
tree52f2206d22c1e9a102269520a1b95201b0cf0af9
parentd42e017ee40a5da4e0cfdaf31ae4760078da4d1d
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

llvm-svn: 236251
llvm/include/llvm/ADT/Triple.h
llvm/unittests/ADT/TripleTest.cpp