brintos

brintos / llvm-project-archived public Read only

0
0
Text · 353 B · b67a5a2 Raw
16 lines · plain
1add_startup_object(2  crt13  SRC4    start.cpp5  DEPENDS6    libc.config.app_h7    libc.src.__support.RPC.rpc_client8    libc.src.__support.GPU.utils9    libc.src.stdlib.exit10    libc.src.stdlib.atexit11  COMPILE_OPTIONS12    -ffreestanding # To avoid compiler warnings about calling the main function.13    -fno-builtin14)15get_fq_target_name(crt1 fq_name)16