Skip to content

Unify redundant llvm cache keys #981

@alandefreitas

Description

@alandefreitas

At some point we started using the llvm-archive-basename as the cache key for LLVM and at some other point the llvm-archive-basename started to include extra information about the compiler.

This led to redundant cache keys because these libraries should have the same ABI (meaning we shouldn't need the compiler or the compiler version in the cache key). At the same time, they could be somewhat conflicting because they would have a different ABI in a different OS (meaning we might want the OS in the cache key).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions