search for: concretesymbolenumerator

Displaying 6 results from an estimated 6 matches for "concretesymbolenumerator".

2018 May 16
2
Compile error while building LLDB
...0.0.src/source/API/SystemInitializerFull.cpp:89: In file included from llvm/lldb-6.0.0.src/source/./Plugins/SymbolFile/PDB/SymbolFilePDB.h:17: In file included from llvm/DebugInfo/PDB/IPDBSession.h:13: In file included from llvm/DebugInfo/PDB/PDBSymbol.h:13: In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: In file included from llvm/DebugInfo/CodeView/CodeView.h:509: llvm/DebugInfo/CodeView/CodeViewRegisters.def:78:13: error: expected identifier CV_REGISTER(CR0, 80) ^ /usr/include/sys/termios.h:184:14: note: expanded from macro...
2018 May 16
2
Compile error while building LLDB
...gt; > In file included from > > llvm/lldb-6.0.0.src/source/./Plugins/SymbolFile/PDB/SymbolFilePDB.h:17: > > In file included from llvm/DebugInfo/PDB/IPDBSession.h:13: > > In file included from llvm/DebugInfo/PDB/PDBSymbol.h:13: > > In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: > > In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: > > In file included from llvm/DebugInfo/CodeView/CodeView.h:509: > > llvm/DebugInfo/CodeView/CodeViewRegisters.def:78:13: error: expected > > identifier > > CV_REGISTER(CR0, 80) > > ^...
2018 May 16
0
Compile error while building LLDB
...InitializerFull.cpp:89: > In file included from > llvm/lldb-6.0.0.src/source/./Plugins/SymbolFile/PDB/SymbolFilePDB.h:17: > In file included from llvm/DebugInfo/PDB/IPDBSession.h:13: > In file included from llvm/DebugInfo/PDB/PDBSymbol.h:13: > In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: > In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: > In file included from llvm/DebugInfo/CodeView/CodeView.h:509: > llvm/DebugInfo/CodeView/CodeViewRegisters.def:78:13: error: expected > identifier > CV_REGISTER(CR0, 80) > ^ > /usr/include/sys/termios....
2018 May 26
0
Compile error while building LLDB
...included from >> > llvm/lldb-6.0.0.src/source/./Plugins/SymbolFile/PDB/SymbolFilePDB.h:17: >> > In file included from llvm/DebugInfo/PDB/IPDBSession.h:13: >> > In file included from llvm/DebugInfo/PDB/PDBSymbol.h:13: >> > In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: >> > In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: >> > In file included from llvm/DebugInfo/CodeView/CodeView.h:509: >> > llvm/DebugInfo/CodeView/CodeViewRegisters.def:78:13: error: expected >> > identifier >> > CV_REGISTER(CR0, 80) >...
2015 Dec 09
3
Include all the things
..., I wrote a Python script to generate include directives for all .h files in llvm/include and its subdirectories. This almost works, but getting two error messages: In file included from src\main.cpp:1: In file included from src/../llvm.h:254: In file included from \llvm\include\llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:13: In file included from \llvm\include\llvm/DebugInfo/PDB/IPDBEnumChildren.h:13: \llvm\include\llvm/DebugInfo/PDB/PDBTypes.h(444,3) : error: redefinition of enumerator 'Unknown' Unknown, ^ \llvm\include\llvm/CodeGen/CallingConvLower.h(189,16) : note: previous definition is here typ...
2015 Dec 09
2
Include all the things
...gt;> all .h files in llvm/include and its subdirectories. This almost works, but >> getting two error messages: >> >> In file included from src\main.cpp:1: >> In file included from src/../llvm.h:254: >> In file included from >> \llvm\include\llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:13: >> In file included from >> \llvm\include\llvm/DebugInfo/PDB/IPDBEnumChildren.h:13: >> \llvm\include\llvm/DebugInfo/PDB/PDBTypes.h(444,3) : error: redefinition >> of enumerator 'Unknown' >> Unknown, >> ^ >> \llvm\include\llvm/CodeGen/Call...