diff options
author | Greg Clayton <gclayton@apple.com> | 2012-05-12 00:26:42 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-05-12 00:26:42 +0000 |
commit | 1a362fbb8621ed85c0b4f611c5f1e4aaba6b210b (patch) | |
tree | 239a9e017e6def9964f6b649feb82262db657de2 /llvm/lib/CodeGen/RegAllocBase.cpp | |
parent | d918f77ba31a75aac56f5241dcff7b42107387cc (diff) | |
download | bcm5719-llvm-1a362fbb8621ed85c0b4f611c5f1e4aaba6b210b.tar.gz bcm5719-llvm-1a362fbb8621ed85c0b4f611c5f1e4aaba6b210b.zip |
<rdar://problem/11439169>
"lldb -a i386" doesn't set the calculator mode correctly if run on a 64 bit system.
The previous logic always used the current host architecture, not the default architecture. The default arch gets set into a static varaible in lldb_private::Target when an arch is set from the command line:
lldb -a i386
We now use the default arch correctly.
llvm-svn: 156680
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBase.cpp')
0 files changed, 0 insertions, 0 deletions