diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2014-08-26 18:21:02 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2014-08-26 18:21:02 +0000 |
commit | c540dd0daff3b3d9a393822f416f35315b45932a (patch) | |
tree | 6098415d3e593a4dba1a4247e333b08eded94405 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 840438bb0676e4175c4e48e0de083700c8ae04c5 (diff) | |
download | bcm5719-llvm-c540dd0daff3b3d9a393822f416f35315b45932a.tar.gz bcm5719-llvm-c540dd0daff3b3d9a393822f416f35315b45932a.zip |
Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.
This change addresses this bug:
http://llvm.org/bugs/show_bug.cgi?id=20755
This change:
* Modifies llgs to send triple instead of cputype and cpusubtype when not on Apple platforms in qProcessInfo.
* Modifies lldb's GDBRemoteCommunicationClient to handle the triple returned from qProcessInfo if given.
When given, it will prefer to use triple over cputype and cpusubtype.
* Adds gdb-remote protocol tests to verify that cputype and cpusubtype are specified on darwin, and that triple is specified on Linux.
llvm-svn: 216470
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions