hylo-lang / llvm-build

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

Add smoke tests #5

Open dabrahams opened 8 months ago

dabrahams commented 8 months ago

Some of my attempts have produced incorrect binary artifacts. For example my supposed arm64 macOS binaries were actually x86_64. We ought to have a test as part of release that verfies we've built the right thing. For arm64 binaries you can at least check the output of file. Building and running something on an x86_64 builder would be nice but looks like a stretch.