Add avr_target_feature by taiki-e · Pull Request #146900 · rust-lang/rust (original) (raw)

This adds the following unstable target features (tracking issue: #146889):

LLVM also has smallstack, wrappingrjmp, and memmappedregs features, but I skipped them because they didn't seem to belong to either of the above categories, but I might have missed something.

(The feature names are match with definitions in LLVM.)

cc @Patryk27 @Rahix
r? workingjubilee

@rustbot label +O-AVR +A-target-feature