add_library(swiftLLVMSupport OBJECT ErrorHandling.cpp Hashing.cpp MemAlloc.cpp SmallPtrSet.cpp SmallVector.cpp StringRef.cpp) target_compile_options(swiftLLVMSupport PRIVATE $<$:-DSWIFT_STDLIB_HAS_ASL>) target_link_libraries(swiftLLVMSupport PRIVATE $<$:log>) if(NOT BUILD_SHARED_LIBS) install(TARGETS swiftLLVMSupport EXPORT SwiftCoreTargets COMPONENT SwiftCore_runtime) endif()