1
Fork 0

allow loading of llvm plugins on nightly

This commit is contained in:
Manuel Drehwald 2021-06-13 18:23:01 +02:00
parent fb3ea63d9b
commit 4dbdcd1c5c
3 changed files with 13 additions and 0 deletions

View file

@ -1122,6 +1122,8 @@ options! {
"link native libraries in the linker invocation (default: yes)"),
link_only: bool = (false, parse_bool, [TRACKED],
"link the `.rlink` file generated by `-Z no-link` (default: no)"),
llvm_plugins: Vec<String> = (Vec::new(), parse_list, [TRACKED],
"a list LLVM plugins to enable (space separated)"),
llvm_time_trace: bool = (false, parse_bool, [UNTRACKED],
"generate JSON tracing data file from LLVM data (default: no)"),
ls: bool = (false, parse_bool, [UNTRACKED],