Skip to content

Commit 3e18ddc

Browse files
committed
[WIP] C++ code started to create and publish coverage map
1 parent ad00e53 commit 3e18ddc

File tree

2 files changed

+1688
-0
lines changed

2 files changed

+1688
-0
lines changed

src/librustc_llvm/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ fn main() {
169169
cfg.file("../rustllvm/PassWrapper.cpp")
170170
.file("../rustllvm/RustWrapper.cpp")
171171
.file("../rustllvm/ArchiveWrapper.cpp")
172+
.file("../rustllvm/CoverageMappingWrapper.cpp")
172173
.file("../rustllvm/Linker.cpp")
173174
.cpp(true)
174175
.cpp_link_stdlib(None) // we handle this below

0 commit comments

Comments
 (0)