[Lldb-commits] [lldb] r133463 - /lldb/trunk/source/Interpreter/Makefile

Charles Davis cdavis at mymail.mines.edu
Tue Jun 21 22:31:18 PDT 2011


On 6/20/11 1:07 PM, Peter Collingbourne wrote:
> Author: pcc
> Date: Mon Jun 20 14:07:07 2011
> New Revision: 133463
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=133463&view=rev
> Log:
> Add dependency tracking/clean rule to interpreter makefile
Unfortunately, this change doesn't work on Darwin because...
> @@ -32,11 +32,19 @@
[...]
> +SWIG_DEPEND_OPTIONS = -MMD -MF "$(PROJ_OBJ_DIR)/$*.cpp.d.tmp" \
> +                      -MT "$*.cpp" -MT "$(PROJ_OBJ_DIR)/$*.cpp.d"
...Darwin's swig (as of Snow Leopard) doesn't support -MT. And it's
unlikely ever to, because Apple hates and fears the GPLv3.

Chip



More information about the lldb-commits mailing list