From 03c9cc77f1b91feb245c893927e1a11db88c96ac Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 08:23:44 +0000 Subject: [PATCH] Avoid GCC -fpermissive error about llvm::Mangler hidden by member named Mangler git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266049 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/LTO/LTOInternalize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LTO/LTOInternalize.cpp b/lib/LTO/LTOInternalize.cpp index b81ab858611..69b2f5af758 100644 --- a/lib/LTO/LTOInternalize.cpp +++ b/lib/LTO/LTOInternalize.cpp @@ -52,7 +52,7 @@ private: const TargetMachine &TM; // Temps - Mangler Mangler; + llvm::Mangler Mangler; std::vector Libcalls; // Output