bolt/deps/llvm-18.1.8/compiler-rt/lib/asan/scripts/CMakeLists.txt
2025-02-14 19:21:04 +01:00

4 lines
107 B
CMake

if(ANDROID)
add_compiler_rt_script(asan_device_setup)
add_dependencies(asan asan_device_setup)
endif()