diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/LTO/LTOInternalize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTOInternalize.cpp b/llvm/lib/LTO/LTOInternalize.cpp index b81ab858611..69b2f5af758 100644 --- a/llvm/lib/LTO/LTOInternalize.cpp +++ b/llvm/lib/LTO/LTOInternalize.cpp @@ -52,7 +52,7 @@ private: const TargetMachine &TM; // Temps - Mangler Mangler; + llvm::Mangler Mangler; std::vector<StringRef> Libcalls; // Output |