[compiler-rt] r191883 - [asan] Don't require X86 to build Android runtime.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Thu Oct 3 01:31:14 PDT 2013
Author: eugenis
Date: Thu Oct 3 03:31:14 2013
New Revision: 191883
URL: http://llvm.org/viewvc/llvm-project?rev=191883&view=rev
Log:
[asan] Don't require X86 to build Android runtime.
Patch by Greg Fitzgerald.
Modified:
compiler-rt/trunk/make/platform/clang_linux.mk
Modified: compiler-rt/trunk/make/platform/clang_linux.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_linux.mk?rev=191883&r1=191882&r2=191883&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_linux.mk (original)
+++ compiler-rt/trunk/make/platform/clang_linux.mk Thu Oct 3 03:31:14 2013
@@ -74,13 +74,14 @@ Arch.dfsan-x86_64 := x86_64
Arch.lsan-x86_64 := x86_64
endif
+endif
+
ifneq ($(LLVM_ANDROID_TOOLCHAIN_DIR),)
Configs += asan-arm-android
Arch.asan-arm-android := arm-android
endif
endif
-endif
###
More information about the llvm-commits
mailing list