diff options
author | Ed Maste <emaste@freebsd.org> | 2015-05-29 19:52:02 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-05-29 19:52:02 +0000 |
commit | 375432e4d8f50212bca3d9228e349b5a00f770d7 (patch) | |
tree | 0f6586018fbc25dbd81b58541b201bbc60e3802e /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | f5e2fc474db076f35e8badb239661cbf283d5003 (diff) | |
download | bcm5719-llvm-375432e4d8f50212bca3d9228e349b5a00f770d7.tar.gz bcm5719-llvm-375432e4d8f50212bca3d9228e349b5a00f770d7.zip |
Improve test for g++ 4.6
Skip the g++ 4.6 test if we're not going to build any C++ source.
If a test has C++ source files we automatically determine which C++
compiler to use based on $CC (for example, clang++ if CC=clang).
However, this is not done for tests without C++ source and CXX will
be GNU make's default of g++. This produces suprious "g++: not found"
errors in testrun output on systems without a gcc/g++.
Differential Revision: http://reviews.llvm.org/D10122
llvm-svn: 238603
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions