aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-extensions.swig
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-01-31 21:30:03 +0000
committerBob Wilson <bob.wilson@apple.com>2012-01-31 21:30:03 +0000
commit9d3f7af8c3387de94b93e60e8e44ce8b91f81e31 (patch)
tree20d775431c38edfedd150f76b6a3af5405dcb509 /lldb/scripts/Python/python-extensions.swig
parent896e4bd7d570036e98a628288f218fd70e2faf1f (diff)
downloadllvm-9d3f7af8c3387de94b93e60e8e44ce8b91f81e31.zip
llvm-9d3f7af8c3387de94b93e60e8e44ce8b91f81e31.tar.gz
llvm-9d3f7af8c3387de94b93e60e8e44ce8b91f81e31.tar.bz2
Fix more fallout from the introduction of "macosx" and "ios" triples.
The Darwin toolchain constructor was assuming that all Darwin triples would have an OS string starting with "darwin". Triples starting with "macosx" would misinterpret the version number, and "ios" triples would completely miss the version number (or worse) because the OS name is not 6 characters long. We lose some sanity checking of triple strings here, since the Triple.getOSVersion function doesn't do all the checking that the previous code did, but this still seems like a step in the right direction. llvm-svn: 149422
Diffstat (limited to 'lldb/scripts/Python/python-extensions.swig')
0 files changed, 0 insertions, 0 deletions