Lines Matching refs:headers
60 # Copy compiler-rt headers to the build tree.
72 add_custom_target(compiler-rt-headers ALL DEPENDS ${out_files})
73 add_dependencies(compiler-rt compiler-rt-headers)
74 set_target_properties(compiler-rt-headers PROPERTIES FOLDER "Compiler-RT Misc")
76 # Install sanitizer headers.
78 COMPONENT compiler-rt-headers
81 # Install fuzzer headers.
83 COMPONENT compiler-rt-headers
86 # Install memprof headers.
89 COMPONENT compiler-rt-headers
93 # Install xray headers.
95 COMPONENT compiler-rt-headers
98 # Install ORC headers.
100 COMPONENT compiler-rt-headers
103 # Install profile headers.
105 COMPONENT compiler-rt-headers
110 add_custom_target(install-compiler-rt-headers
111 DEPENDS compiler-rt-headers
113 -DCMAKE_INSTALL_COMPONENT="compiler-rt-headers"
116 add_custom_target(install-compiler-rt-headers-stripped
117 DEPENDS compiler-rt-headers
119 -DCMAKE_INSTALL_COMPONENT="compiler-rt-headers"