summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-08-26 18:21:02 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-08-26 18:21:02 +0000
commitc540dd0daff3b3d9a393822f416f35315b45932a (patch)
tree6098415d3e593a4dba1a4247e333b08eded94405 /clang/lib/Frontend/CompilerInvocation.cpp
parent840438bb0676e4175c4e48e0de083700c8ae04c5 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud