Fix the getCompilerVersion() function to do the right thing with clang 5.0 which...
authorGreg Clayton <gclayton@apple.com>
Thu, 28 Feb 2013 18:46:31 +0000 (18:46 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 28 Feb 2013 18:46:31 +0000 (18:46 +0000)
commite6be63944eb193cd8d14933e59391b876cbc26ba
treefb90f3ecae4c3134a4a176881105e2df34118a26
parent0d5911cbe9d34b3d8687cf3d32172db7341e61dc
Fix the getCompilerVersion() function to do the right thing with clang 5.0 which now says "LLVM version" instead of "clang version".

llvm-svn: 176282
lldb/test/lldbtest.py