Displaying 2 results from an estimated 2 matches for "pdb_varianttyp".
Did you mean:
pdb_varianttype
2015 Dec 09
2
Include all the things
...,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/../llvm.h:298:
>> In file included from...
2015 Dec 09
3
Include all the things
Rather than including llvm header files piecemeal on an ongoing basis, I'm
looking for a way to include all such header files once and for all. To
that end, 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