1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/DebugInfo/GSYM
Reid Kleckner 633e639e60 Avoid naming variable after type to fix GCC 5.3 build
GCC says:
.../llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp:195:12:
error: ‘InfoType’ is not a class, namespace, or enumeration
       case InfoType::EndOfList:
                   ^

Presumably, GCC thinks InfoType is a variable here. Work around it by
using the name IT as is done above.
2019-12-06 11:25:28 -08:00
..
CMakeLists.txt Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00
FileWriter.cpp
FunctionInfo.cpp Avoid naming variable after type to fix GCC 5.3 build 2019-12-06 11:25:28 -08:00
GsymCreator.cpp Fix Windows build after r374381 2019-10-10 18:20:16 +00:00
GsymReader.cpp Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00
Header.cpp Add GsymCreator and GsymReader. 2019-10-10 17:10:11 +00:00
InlineInfo.cpp Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00
LineTable.cpp Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00
LLVMBuild.txt Fix build by adding the missing dependency. 2019-10-10 18:04:52 +00:00
LookupResult.cpp Fix build of LookupResult.cpp from aeda128 with Visual C++. 2019-12-05 21:03:03 -08:00
Range.cpp Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00