From a6ced02a670ef5a6f3bd4aa8714be63a75fe6ac9 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 llvm-svn: 266049 --- llvm/lib/LTO/LTOInternalize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/LTO/LTOInternalize.cpp b/llvm/lib/LTO/LTOInternalize.cpp index b81ab85..69b2f5a 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 Libcalls; // Output -- 2.7.4