Updated ObjectFileELF tests to include more varaints.
authorTodd Fiala <todd.fiala@gmail.com>
Fri, 27 Jun 2014 20:07:03 +0000 (20:07 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Fri, 27 Jun 2014 20:07:03 +0000 (20:07 +0000)
commit6ce5b63019c85347ef0816436d574f20a68a87c1
tree29f7ee5c4d52694e84e7072a3a55761c0cbad31f
parent1c4a478c636a02154f62148c091966155ca8631b
Updated ObjectFileELF tests to include more varaints.

Removed the distribution EXEs from FreeBSD and Ubuntu.
Added a hello-world .cpp file, and compiled it for
several platform/compiler variants:

Ubuntu 14.04 x86_64, clang 3.5 (the ubuntu1 3.5 pre variant)
Ubuntu 14.04 x86_64, gcc 4.8.2
FreeBSD 10.0 x86_64, clang 3.3
FreeBSD 10.0 x86_64, gcc 4.7.3
NetBSD 6.1 x86_64, gcc 4.5.3

I also added the NetBSD expected architecture and triple.
Note I have NetBSD not appending the version info to the
OS name, in contrast to FreeBSD.

llvm-svn: 211954
lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
lldb/test/functionalities/object-file/bin/hello-freebsd-10.0-x86_64-clang-3.3 [new file with mode: 0755]
lldb/test/functionalities/object-file/bin/hello-freebsd-10.0-x86_64-gcc-4.7.3 [new file with mode: 0755]
lldb/test/functionalities/object-file/bin/hello-netbsd-6.1-x86_64-gcc-4.5.3 [new file with mode: 0755]
lldb/test/functionalities/object-file/bin/hello-ubuntu-14.04-x86_64-clang-3.5pre [new file with mode: 0755]
lldb/test/functionalities/object-file/bin/hello-ubuntu-14.04-x86_64-gcc-4.8.2 [new file with mode: 0755]
lldb/test/functionalities/object-file/bin/hello.cpp [new file with mode: 0644]
lldb/test/functionalities/object-file/ls-freebsd-10.0-x86_64 [deleted file]
lldb/test/functionalities/object-file/sleep-ubuntu-14.04-x86_64 [deleted file]