Use the correct compiler to compute dependencies.
authorStefanus Du Toit <stefanus.du.toit@intel.com>
Tue, 30 Jul 2013 17:33:30 +0000 (17:33 +0000)
committerStefanus Du Toit <stefanus.du.toit@intel.com>
Tue, 30 Jul 2013 17:33:30 +0000 (17:33 +0000)
commitf1620efc4a6adac3bba43141fcd07be8dc2f0741
treeb4ecb9b8cb1ad77d8d3d02bf8610b4dc1fa14c82
parent0769b2b1f35123482ef67abf9f926bb75504906a
Use the correct compiler to compute dependencies.

This uses $(CXX) instead of $(CC) to generate the .d files for tests built
with Makefiles.

llvm-svn: 187426
lldb/test/make/Makefile.rules