about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/coverageinfo/ffi.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-67/+0
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-1/+1
2020-07-29Moved structs/enums with repr(C) to LLVM types into ffi.rs cratesRich Kadel-0/+67
Some were in librustc_codegen_llvm, but others are not tied to LLVM, so I put them in a new crate: librustc_codegen_ssa/coverageinfo/ffi.rs