Home | History | Annotate | Download | only in modules

Lines Matching full:libraries

39     # but also against the component libraries below. This is
45 # may imply linking to libraries that are not included in
57 llvm_map_components_to_libnames(LIBRARIES ${link_components})
60 target_link_libraries(${executable} INTERFACE ${LIBRARIES})
62 target_link_libraries(${executable} PRIVATE ${LIBRARIES})
65 target_link_libraries(${executable} ${LIBRARIES})
106 # Translate symbolic component names to real libraries:
117 message(FATAL_ERROR "Target ${c} is not in the set of libraries.")
194 message(FATAL_ERROR "Library `${c}' not found in list of llvm libraries.")
227 # Expand dependencies while topologically sorting the list of libraries:
244 # Return just the libraries included in this build: