Author: samsonov
Date: Mon May 20 09:33:20 2013
New Revision: 182278

URL: http://llvm.org/viewvc/llvm-project?rev=182278&view=rev
Log:
Nuke build of static ASan runtime on Mac OS - clang part

Modified:
    cfe/trunk/runtime/compiler-rt/Makefile

Modified: cfe/trunk/runtime/compiler-rt/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/compiler-rt/Makefile?rev=182278&r1=182277&r2=182278&view=diff
==============================================================================
--- cfe/trunk/runtime/compiler-rt/Makefile (original)
+++ cfe/trunk/runtime/compiler-rt/Makefile Mon May 20 09:33:20 2013
@@ -75,7 +75,7 @@ ifeq ($(OS),Darwin)
 RuntimeDirs += darwin
 RuntimeLibrary.darwin.Configs := \
        eprintf.a 10.4.a osx.a ios.a cc_kext.a cc_kext_ios5.a \
-       asan_osx.a asan_osx_dynamic.dylib \
+       asan_osx_dynamic.dylib \
        profile_osx.a profile_ios.a \
        ubsan_osx.a
 endif


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to