Lines Matching refs:compiler
22 # Top level target used to build all compiler-rt libraries.
23 add_custom_target(compiler-rt ALL)
24 add_custom_target(install-compiler-rt)
25 add_custom_target(install-compiler-rt-stripped)
26 set_property(TARGET compiler-rt PROPERTY FOLDER "Compiler-RT/Metatargets")
29 install-compiler-rt
30 install-compiler-rt-stripped
35 # Setting these variables from an LLVM build is sufficient that compiler-rt can
42 # Setup the paths where compiler-rt runtimes and headers should be stored.
46 option(COMPILER_RT_INCLUDE_TESTS "Generate and build compiler-rt tests."
68 "Path where built compiler-rt libraries should be stored.")
70 "Path where built compiler-rt executables should be stored.")
72 "Prefix for directories where built compiler-rt artifacts should be installed.")
73 option(COMPILER_RT_INCLUDE_TESTS "Generate and build compiler-rt tests." OFF)
75 # Use a host compiler to compile/link tests.
88 message(STATUS "Unknown compiler ${COMPILER_RT_TEST_COMPILER}, assuming GNU")
92 # AppleClang expects 'Clang' as compiler-rt test compiler ID.
100 # driver will search for compiler-rt libraries in the "linux" directory.
111 "Path where built compiler-rt libraries should be installed.")
117 "Path where built compiler-rt libraries should be installed.")
121 "Path where built compiler-rt executables should be installed.")
124 "Path where compiler-rt headers should be installed.")
127 "Path where compiler-rt data files should be installed.")
161 message(WARNING "iOS SDK not found! Building compiler-rt without iOS support.")
209 # Examine compiler output to determine target architecture.