We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad00e53 commit 3e18ddcCopy full SHA for 3e18ddc
src/librustc_llvm/build.rs
@@ -169,6 +169,7 @@ fn main() {
169
cfg.file("../rustllvm/PassWrapper.cpp")
170
.file("../rustllvm/RustWrapper.cpp")
171
.file("../rustllvm/ArchiveWrapper.cpp")
172
+ .file("../rustllvm/CoverageMappingWrapper.cpp")
173
.file("../rustllvm/Linker.cpp")
174
.cpp(true)
175
.cpp_link_stdlib(None) // we handle this below
0 commit comments