| commit | 431ce67823e2d90eb2e13ed9b636fb6a4b657b06 | [log] [tgz] |
|---|---|---|
| author | Greg Clayton <gclayton@apple.com> | Mon Apr 18 23:15:17 2011 +0000 |
| committer | Greg Clayton <gclayton@apple.com> | Mon Apr 18 23:15:17 2011 +0000 |
| tree | 12ec3536be536783a9aabc2fcbb32824277a3593 | |
| parent | 83f642e54acdbcd804653b2d998e8035d8657c88 [diff] |
Fixed an issue where if you specify an architecture from the command line like: $ lldb --arch i386-unknown-unknown a.out It would then create a target with only the "i386" part due to SBDebugger::GetDefaultArchitecture(...) truncating the arch triple due to the way things used to be. llvm-svn: 129731