px_llvm_codegen_utils_info/
lib.rs

1#![no_std]
2pub static LLVMS: &'static [(&'static str, &'static str)] = &[
3    ("190", "191"),
4    ("180", "181"),
5    ("200", "201"),
6    ("210", "211"),
7];