test: Move amd64 -> x86_64 translation to getArchitecture()
authorEd Maste <emaste@freebsd.org>
Mon, 6 Apr 2015 15:50:48 +0000 (15:50 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 6 Apr 2015 15:50:48 +0000 (15:50 +0000)
commit0f434e625b2151c9e4fad671a28de559ee7591e0
treeb57836329f2116f91207cdcaf89db7892b030251
parent94a88d7165e5b921c175c93d1a8235738a68507a
test: Move amd64 -> x86_64 translation to getArchitecture()

Rather than sprinkling this knowledge throughout the test suite, just
translate amd64 to x86_64 globally.

llvm-svn: 234166
lldb/test/lldbplatformutil.py
lldb/test/lldbtest.py