[Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Siva Chandra
sivachandra at google.com
Mon Nov 10 13:14:50 PST 2014
Hi clayborg,
On a stock Ubuntu system CMAKE_C_COMPILER could be "/usr/bin/cc"
instead of "/usr/bin/gcc". For such cases, replace 'cc' with 'c++' when
compiling C++ test files.
http://reviews.llvm.org/D6199
Files:
test/make/Makefile.rules
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6199.16006.patch
Type: text/x-patch
Size: 1688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141110/e687f50d/attachment.bin>
More information about the lldb-commits
mailing list