mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
add llvm writable attribute conditionally
This commit is contained in:
@@ -2530,6 +2530,8 @@ pub(crate) fn parse_assert_incr_state(
|
||||
"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)"),
|
||||
llvm_writable: bool = (false, parse_bool, [TRACKED],
|
||||
"emit the LLVM writable attribute for mutable reference arguments (default: no)"),
|
||||
location_detail: LocationDetail = (LocationDetail::all(), parse_location_detail, [TRACKED],
|
||||
"what location details should be tracked when using caller_location, either \
|
||||
`none`, or a comma separated list of location details, for which \
|
||||
|
||||
Reference in New Issue
Block a user