diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-06-27 05:06:41 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-06-27 05:06:41 +0000 |
commit | 4b68a05f3d29036a3bfe778255cffcd983349a13 (patch) | |
tree | fc5a188e47fdd9268d4967bea28f94c24e3f14c5 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 5632722cab2184da3610bfec5d9ca00b8d46a815 (diff) | |
download | bcm5719-llvm-4b68a05f3d29036a3bfe778255cffcd983349a13.tar.gz bcm5719-llvm-4b68a05f3d29036a3bfe778255cffcd983349a13.zip |
Driver: use GNU::Link for the Generic_GCC toolchain
This changes the behaviour of the driver for linking to match that of the
Generic_GCC::Assemble. The default link should use "ld" rather than "gcc" for
the linker as gcc does. This avoids the unnecessary round-tripping through gcc.
It also is much more reasonable behaviour from the user's perspective. This
should have been updated with SVN r195554 which changed the behaviour of
Generic_GCC::Assemble.
The gcc_forward test needs to be updated to mark the fact that -march is a flag
for GCC not ld. This was updated as a typo fix, but added a check for a flag
that is not a link flag.
The bindings test covers the change for testing, and thus no new test was added.
llvm-svn: 211866
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions