Mateusz Mikuła
a076f2b9b4
Repace use of static_nobundle
with native_link_modifiers
...
This fixes warning when building Rust and running tests:
```
warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle`
warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate)
```
2021-10-23 15:51:22 +02:00
Guillaume Gomez
759eba0a08
Fix clippy lints
2021-10-01 23:17:19 +02:00
John Paul Adrian Glaubitz
fa27d50caa
compiler/rustc_llvm: Enable M68k LLVM target
2021-09-17 15:07:14 +00:00
Alessandro Decina
12e70929d6
Add BPF target
...
This change adds the bpfel-unknown-none and bpfeb-unknown-none targets
which can be used to generate little endian and big endian BPF
2021-05-23 18:03:27 +10:00
Josh Stone
b97a33b1cb
All supported LLVM versions have MSP430AsmPrinter
2021-03-22 12:44:48 -07:00
Mark Rousskov
8a3edb1d66
Update tests for extern block linting
2021-01-13 07:49:16 -05:00
Gus Caplan
d9f237caa6
Add wasm32 support to inline asm
2020-12-01 12:18:21 -06:00
est31
12187b7f86
Remove unused #[allow(...)] statements from compiler/
2020-09-26 01:25:55 +02:00
Erik Hofmayer
138a2e5eaa
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
Erik Hofmayer
dd66ea2d3d
Updated html_root_url for compiler crates
2020-09-23 21:14:43 +02:00
Vadim Petrochenkov
10d3f8a484
Move rustllvm
into rustc_llvm
2020-09-09 23:05:43 +03:00