about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2022-04-19 14:55:24 +0200
committerNikita Popov <npopov@redhat.com>2022-04-20 09:25:47 +0200
commit7dc307fc7a55faddec71fff574c5789f84741315 (patch)
tree42bf6712df8fe378795a119dfb4b33206a93b877 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent25286dda2bded340cb43bea8d63fca3ebfed412b (diff)
downloadrust-7dc307fc7a55faddec71fff574c5789f84741315.tar.gz
rust-7dc307fc7a55faddec71fff574c5789f84741315.zip
Add missing include
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
-rw-r--r--compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
index 3ed4396d1e9..850b80e4280 100644
--- a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
+++ b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -6,6 +6,7 @@
 #include "llvm/IR/GlobalVariable.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Intrinsics.h"
+#include "llvm/IR/Mangler.h"
 #include "llvm/Object/Archive.h"
 #include "llvm/Object/COFFImportFile.h"
 #include "llvm/Object/ObjectFile.h"