[llvm-commits] [compiler-rt] r151157 - /compiler-rt/trunk/lib/asan/Makefile.old

Kostya Serebryany kcc at google.com
Wed Feb 22 09:06:27 PST 2012


Why?
This will cause gtest to be rebuilt on every change?

On Wed, Feb 22, 2012 at 3:59 AM, Alexey Samsonov <samsonov at google.com>wrote:

> Author: samsonov
> Date: Wed Feb 22 05:59:44 2012
> New Revision: 151157
>
> URL: http://llvm.org/viewvc/llvm-project?rev=151157&view=rev
> Log:
> AddressSanitizer: fix Makefile.old - gtest should depend on libasan
>
> Modified:
>    compiler-rt/trunk/lib/asan/Makefile.old
>
> Modified: compiler-rt/trunk/lib/asan/Makefile.old
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/Makefile.old?rev=151157&r1=151156&r2=151157&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/lib/asan/Makefile.old (original)
> +++ compiler-rt/trunk/lib/asan/Makefile.old Wed Feb 22 05:59:44 2012
> @@ -320,7 +320,7 @@
>  asan_benchmarks: $(BIN)/asan_benchmarks$(SUFF)
>
>  # for now, build gtest with clang/asan even if we use a different
> compiler.
> -$(GTEST_LIB):
> +$(GTEST_LIB): $(LIBASAN_A)
>        mkdir -p $(GTEST_MAKE_DIR) && \
>        cd $(GTEST_MAKE_DIR) && \
>        $(MAKE) -f ../make/Makefile CXXFLAGS="$(PIE) $(CFLAGS) -g -w" \
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120222/efff586b/attachment.html>


More information about the llvm-commits mailing list