hylo-lang / llvm-build

LLVM library binaries that are compatible with the Swift runtime
2 stars 0 forks source link

Consider including a pkg-config file. #12

Open dabrahams opened 8 months ago

dabrahams commented 8 months ago

Right now, SPM clients need to create their own, but we /could/ ship one in the package. We'd just steal the generation script from Swifty-LLVM and run that… except that I think we're getting absolute paths from llvm-config on Windows, and that could be a problem because people will decompress their LLVM packages into arbitrary locations. Something to look into.