brintos

brintos / llvm-project-archived public Read only

0
0
Text · 425 B · d0752ea Raw
20 lines · plain
1set(arch_specific_deps)2if(LIBC_TARGET_ARCHITECTURE_IS_AARCH64)3  set(arch_specific_deps libc.src.sys.auxv.getauxval)4endif()5add_object_library(6  test7  SRCS8    test.cpp9  COMPILE_OPTIONS10    ${TEST_COMPILE_FLAGS}11  HDRS12    test.h13  DEPENDS14    libc.hdr.stdint_proxy15    libc.src.__support.OSUtil.osutil16    libc.src.__support.CPP.atomic17    libc.src.__support.macros.properties.architectures18    ${arch_specific_deps}19)20