[llvm-commits] [llvm] r79308 - /llvm/trunk/Makefile.rules
Rafael Espindola
espindola at google.com
Tue Aug 18 10:48:07 PDT 2009
2009/8/18 Eric Christopher <echristo at apple.com>:
> Author: echristo
> Date: Mon Aug 17 22:23:40 2009
> New Revision: 79308
>
> URL: http://llvm.org/viewvc/llvm-project?rev=79308&view=rev
> Log:
> Separate out Makefile defines so that we can keep the llvm
> defined ones from the user defined ones. Propagate accordingly.
Looks like this broke libLLVMgold.so build. Before your patch I would get
ldd Debug/lib/libLLVMgold.so | grep LTO
libLTO.so => ......./llvm-build/Debug/lib/libLTO.so (0x00007fd64f3d0000)
now I get
ldd Debug/lib/libLLVMgold.so | grep LTO
<nothing>
Cheers,
--
Rafael Avila de Espindola
Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047
More information about the llvm-commits
mailing list