about summary refs log tree commit diff
path: root/compiler/rustc_llvm/build.rs
AgeCommit message (Collapse)AuthorLines
2021-10-23Repace use of `static_nobundle` with `native_link_modifiers`Mateusz Mikuła-2/+2
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-09-17compiler/rustc_llvm: Enable M68k LLVM targetJohn Paul Adrian Glaubitz-0/+1
2021-06-26Cross compiling rustc_llvm on Darwin requires zlib.Marcus Calhoun-Lopez-1/+1
2021-05-23Add BPF targetAlessandro Decina-0/+1
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-03-22All supported LLVM versions have MSP430AsmPrinterJosh Stone-14/+0
2020-12-11use strip_prefix over slicing (clippy::manual_strip)Matthias Krüger-18/+18
2020-10-08Simplify some code in rustc_llvm/build.rs now that LLVM 8 is requiredest31-6/+3
LLVM 8 is required since 8506bb006040cf8e8cb004202706c81e62ddacee so this is safe to do.
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-0/+322