search for: parmcontext

Displaying 2 results from an estimated 2 matches for "parmcontext".

Did you mean: ar_context
2015 Dec 09
3
Include all the things
...lude\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 typedef enum { Unknown, Prologue, Call } ParmContext; ^ In file included from src\main.cpp:1: In file included from src/../llvm.h:298: In file included from \llvm\include\llvm/DebugInfo/PDB/DIA/DIADataStream.h:13: \llvm\include\llvm/DebugInfo/PDB/DIA/DIASupport.h(30,10) : fatal error: 'cvconst.h' file not found #include <cv...
2015 Dec 09
2
Include all the things
...nclude\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 >> typedef enum { Unknown, Prologue, Call } ParmContext; >> > Try changing PDB_VariantType to be enum class instead of enum. Everything else in that file is an enum class, it's possible this one just ended up as an enum by accident. > ^ >> In file included from src\main.cpp:1: >> In file included from src/.....