]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_llvm/build.rs
Change CTFE backtraces to use `note` instead of `label` to preserve their order
[rust.git] / compiler / rustc_llvm / build.rs
index d35e4191cc0b1dfc1ae36d59caf4e74556a6997c..79f06ac146c77953267734d0d37022d3abfa9853 100644 (file)
@@ -222,6 +222,7 @@ fn main() {
         .file("llvm-wrapper/RustWrapper.cpp")
         .file("llvm-wrapper/ArchiveWrapper.cpp")
         .file("llvm-wrapper/CoverageMappingWrapper.cpp")
+        .file("llvm-wrapper/SymbolWrapper.cpp")
         .file("llvm-wrapper/Linker.cpp")
         .cpp(true)
         .cpp_link_stdlib(None) // we handle this below