projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ef895
)
Use getProcessTriple inside HostInfoBase::ComputeHostArchitectureSupport instead...
author
Oleksiy Vyalov
<ovyalov@google.com>
Thu, 26 Feb 2015 20:02:13 +0000
(20:02 +0000)
committer
Oleksiy Vyalov
<ovyalov@google.com>
Thu, 26 Feb 2015 20:02:13 +0000
(20:02 +0000)
http://reviews.llvm.org/D7893
llvm-svn: 230674
lldb/source/Host/common/HostInfoBase.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Host/common/HostInfoBase.cpp
b/lldb/source/Host/common/HostInfoBase.cpp
index
9816c1e
..
c322b5b
100644
(file)
--- a/
lldb/source/Host/common/HostInfoBase.cpp
+++ b/
lldb/source/Host/common/HostInfoBase.cpp
@@
-367,7
+367,7
@@
HostInfoBase::ComputeUserPluginsDirectory(FileSpec &file_spec)
void
HostInfoBase::ComputeHostArchitectureSupport(ArchSpec &arch_32, ArchSpec &arch_64)
{
- llvm::Triple triple(llvm::sys::get
DefaultTarget
Triple());
+ llvm::Triple triple(llvm::sys::get
Process
Triple());
arch_32.Clear();
arch_64.Clear();