mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
[asan] Don't require X86 to build Android runtime.
Patch by Greg Fitzgerald. llvm-svn: 191883
This commit is contained in:
@@ -74,12 +74,13 @@ 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
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user