commit | d8d4a57b37312b62dfa90226293db521e7a4a6fb | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Aug 11 21:38:15 2015 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Aug 11 21:38:15 2015 +0000 |
tree | ace5d255c1f17af9a9e482ba3e61ed20a05c30c6 | |
parent | 78046b49a9397db7899a7879e0a88d26f0199025 [diff] |
First step in getting LLDB ready to support multiple different type systems. This is the work done by Ryan Brown from http://reviews.llvm.org/D8712 that makes a TypeSystem class and abstracts types to be able to use a type system. All tests pass on MacOSX and passed on linux the last time this was submitted. llvm-svn: 244679