view gen/enums.h @ 406:94394be61589

Attempt to fix win32/mingw linking related to unresolved data segment start/end symbols.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 27 Jul 2008 14:11:31 +0200
parents 61615fa85940
children 44f08170f4ef
line wrap: on
line source

enum
{
    LLVMnone,
    LLVMintrinsic,
    LLVMva_arg,
    LLVMva_start,
    LLVMva_intrinsic,
    LLVMnotypeinfo,
    LLVMalloca
};