Add split symbol support to test makefile & add linux split symbol test case.
authorMichael Sartain <mikesart@valvesoftware.com>
Tue, 2 Jul 2013 18:13:13 +0000 (18:13 +0000)
committerMichael Sartain <mikesart@valvesoftware.com>
Tue, 2 Jul 2013 18:13:13 +0000 (18:13 +0000)
commit802b055e78eefeb459b26a1d1db89da8d6dbdc55
treef529ffa73386b07d95778ac0c12cdf67618b8e32
parentf0ae35b88c19ddc42673bfe8e74d77069a42c20a
Add split symbol support to test makefile & add linux split symbol test case.

llvm-svn: 185455
lldb/test/lang/c/shared_lib_stripped_symbols/Makefile [new file with mode: 0644]
lldb/test/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py [new file with mode: 0644]
lldb/test/lang/c/shared_lib_stripped_symbols/foo.c [new file with mode: 0644]
lldb/test/lang/c/shared_lib_stripped_symbols/foo.h [new file with mode: 0644]
lldb/test/lang/c/shared_lib_stripped_symbols/main.c [new file with mode: 0644]
lldb/test/make/Makefile.rules