Fix TestMultipleTargets for on x86_64 architectures
authorPavel Labath <labath@google.com>
Fri, 9 Dec 2016 10:05:07 +0000 (10:05 +0000)
committerPavel Labath <labath@google.com>
Fri, 9 Dec 2016 10:05:07 +0000 (10:05 +0000)
commit73ee5c2fc4d9b3d793772a610ae02f4cf04e3ba3
tree4ae6ca35bce1c641536c2c1bedfa06d6cc67b073
parent4b360292ede74b82f89aa95947bedb9ce18bdaee
Fix TestMultipleTargets for on x86_64 architectures

This test links against liblldb, so it can only run when the target arch is the
same arch as liblldb. We already have a decorator for that, so apply it.

While I'm in there, also mark the test as debug-info independent.

llvm-svn: 289199
lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py