[llvm-commits] [compiler-rt] r155338 - /compiler-rt/trunk/lib/asan/Makefile.old
Alexander Potapenko
glider at google.com
Mon Apr 23 00:36:30 PDT 2012
Author: glider
Date: Mon Apr 23 02:36:24 2012
New Revision: 155338
URL: http://llvm.org/viewvc/llvm-project?rev=155338&view=rev
Log:
Bump the LLVM minor version. This should fix our 32-bit Linux build.
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=155338&r1=155337&r2=155338&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/Makefile.old (original)
+++ compiler-rt/trunk/lib/asan/Makefile.old Mon Apr 23 02:36:24 2012
@@ -121,7 +121,7 @@
# This will build libasan on linux for both x86_64 and i386 in the
# desired location. The Mac library is already build by the clang's make.
# $(CLANG_BUILD)/lib/clang/3.1/lib/$(OS)/libclang_rt.asan-$(ARCH).a
-LIBASAN_INST_DIR=$(CLANG_BUILD)/lib/clang/3.1/lib/$(OS)
+LIBASAN_INST_DIR=$(CLANG_BUILD)/lib/clang/3.2/lib/$(OS)
LIBASAN_A=$(LIBASAN_INST_DIR)/libclang_rt.asan-$(ARCH).a
BLACKLIST=
More information about the llvm-commits
mailing list