Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-02-22 15:59:44 +0400
committerAlexey Samsonov <samsonov@google.com>2012-02-22 15:59:44 +0400
commit2df8afa075f7903522c8861ffc1ab4ee86c11a84 (patch)
tree37965c28004792392201d0cfadc29b476b574f18 /compiler-rt
parent0c7a7cc7115bd2d7442147776f330ce31bb007b3 (diff)
AddressSanitizer: fix Makefile.old - gtest should depend on libasan
llvm-svn: 151157
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/asan/Makefile.old2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/Makefile.old b/compiler-rt/lib/asan/Makefile.old
index a67bca289b3f..1d658c004be6 100644
--- a/compiler-rt/lib/asan/Makefile.old
+++ b/compiler-rt/lib/asan/Makefile.old
@@ -320,7 +320,7 @@ asan_test: $(BIN)/asan_test$(SUFF)
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" \