Ensure that if some unspecified person were to pass in an invalid architecture when...
authorEnrico Granata <egranata@apple.com>
Wed, 23 Jul 2014 18:18:38 +0000 (18:18 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 23 Jul 2014 18:18:38 +0000 (18:18 +0000)
commitd75303581f0cb932024e4e4cda34cab3209927b0
treefbc2bd2ea805a65e74128ecfc743c92b59706186
parent11d08548fd79fc7e86ec445ede82df27c6074424
Ensure that if some unspecified person were to pass in an invalid architecture when trying to create a target, that it would fail, but not cause LLDB to crash.

llvm-svn: 213781
lldb/test/functionalities/nosucharch/Makefile [new file with mode: 0644]
lldb/test/functionalities/nosucharch/TestNoSuchArch.py [new file with mode: 0644]
lldb/test/functionalities/nosucharch/main.cpp [new file with mode: 0644]