about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
AgeCommit message (Collapse)AuthorLines
2021-03-24LLVMWrapper: attractive nuisance macrosAugie Fackler-7/+0
THis came up in the review of #83425: it's hard to imagine a use of LLVM_VERSION_LE() or LLVM_VERSION_EQ() that's not asking for trouble when a point release gets created, so let's just discard them to prevent the issue.
2021-03-01Mark pure asm as willreturnNikita Popov-0/+1
2021-02-07HWASan supportTri Vo-0/+1
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-0/+115