Skip to content

Commit 7241e26

Browse files
committed
Expand range of LLVM versions available
1 parent f03598b commit 7241e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cobalt-llvm/build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ fn llvm_config_binary_names() -> &'static [&'static str] {
111111
};
112112
}
113113

114-
static BASE_NAMES: &[&str; 22] = &array_concat::concat_arrays!(
115-
name_list!("", 16, 15),
114+
static BASE_NAMES: &[&str; 42] = &array_concat::concat_arrays!(
115+
name_list!("", 18, 17, 16, 15),
116116
["llvm-config"],
117-
name_list!(".exe", 16, 15),
117+
name_list!(".exe", 18, 17, 16, 15),
118118
["llvm-config.exe"]
119119
);
120120
if target_os_is("windows") {

0 commit comments

Comments
 (0)