rust/compiler/rustc_codegen_ssa
Andrew Walbran 7269972f73 Add trustzone and virtualization target features for aarch32.
These are LLVM target features which allow the `smc` and `hvc`
instructions respectively to be used in inline assembly.
2023-06-02 13:50:18 +01:00
..
src Add trustzone and virtualization target features for aarch32. 2023-06-02 13:50:18 +01:00
Cargo.toml Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrum 2023-05-20 13:19:37 +00:00
messages.ftl Ensure Fluent messages are in alphabetical order 2023-05-25 23:49:35 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.