mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the bundled generated `llvm-config.h` as the options do not apply to the runtime usage for LLVMSupport. The configuration is known statically.
10 lines
212 B
CMake
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)
|