mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
$ 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