Lines Matching full:arch
18 # The common files need to build on every arch supported by ASan.
31 ARCH ${LSAN_COMMON_SUPPORTED_ARCH}
35 foreach(arch ${LSAN_COMMON_SUPPORTED_ARCH})
36 add_compiler_rt_object_library(RTLSanCommon ${arch}
41 foreach(arch ${LSAN_SUPPORTED_ARCH})
42 add_compiler_rt_static_runtime(clang_rt.lsan-${arch} ${arch}
44 $<TARGET_OBJECTS:RTInterception.${arch}>
45 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
46 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>
47 $<TARGET_OBJECTS:RTLSanCommon.${arch}>
49 list(APPEND LSAN_RUNTIME_LIBRARIES clang_rt.lsan-${arch})