[Lldb-commits] [lldb] r233478 - Bug 23051 - Fix build failure on Freebsd with gcc 4.9.

Sylvestre Ledru sylvestre at debian.org
Sat Mar 28 03:13:48 PDT 2015


Author: sylvestre
Date: Sat Mar 28 05:13:47 2015
New Revision: 233478

URL: http://llvm.org/viewvc/llvm-project?rev=233478&view=rev
Log:
Bug 23051 - Fix build failure on Freebsd with gcc 4.9.
Patch by Craig Rodrigues


Modified:
    lldb/trunk/source/Core/Mangled.cpp

Modified: lldb/trunk/source/Core/Mangled.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Mangled.cpp?rev=233478&r1=233477&r2=233478&view=diff
==============================================================================
--- lldb/trunk/source/Core/Mangled.cpp (original)
+++ lldb/trunk/source/Core/Mangled.cpp Sat Mar 28 05:13:47 2015
@@ -4887,7 +4887,7 @@ struct string_pair
 
 struct Db
 {
-    typedef String String;
+    typedef ::String String;
     typedef Vector<string_pair> sub_type;
     typedef Vector<sub_type> template_param_type;
     Vector<string_pair> names;





More information about the lldb-commits mailing list