Files
swift-mirror/stdlib/public/LLVMSupport/CMakeLists.txt
Saleem Abdulrasool 5cbf3f3e07 stdlib: remove llvm-config.h from swiftLLVMSupport
Remove the bundled generated `llvm-config.h` as the options do not apply
to the runtime usage for LLVMSupport.  The configuration is known
statically.
2020-05-19 22:39:54 +00:00

10 lines
212 B
CMake

add_swift_target_library(swiftLLVMSupport OBJECT_LIBRARY
ErrorHandling.cpp
Hashing.cpp
MemAlloc.cpp
SmallPtrSet.cpp
SmallVector.cpp
StringRef.cpp
INSTALL_IN_COMPONENT
never_install)