rust/compiler/rustc_codegen_ssa
Dylan DPC 02a85bd038
Rollup merge of #110304 - cchiw:master, r=davidtwco
Add GNU Property Note

Fix #103001

Generates the missing property note:
```
Displaying notes found in: .note.gnu.property
  Owner                Data size 	Description
  GNU                  0x00000010	NT_GNU_PROPERTY_TYPE_0	      Properties: x86 feature: IBT
```
2023-05-09 12:33:44 +05:30
..
src Rollup merge of #110304 - cchiw:master, r=davidtwco 2023-05-09 12:33:44 +05:30
Cargo.toml Fix Unreadable non-UTF-8 output on localized MSVC 2023-04-27 09:58:18 +01:00
messages.ftl Fix static string lints 2023-04-25 18:59:55 +01:00
README.md

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