cdisselkoen / llvm-ir

LLVM IR in natural Rust data structures
MIT License
550 stars 46 forks source link

tweak CI #53

Closed cdisselkoen closed 9 months ago

cdisselkoen commented 11 months ago

Additional confidence that each test in the matrix is running with the correct corresponding LLVM version

Benjins commented 11 months ago

Looked into the LLVM 11 error a bit: it looks like the following is happening:

cdisselkoen commented 9 months ago

@Benjins Thanks for investigating that!