search for: llvmopaquegenericvalue

Displaying 1 result from an estimated 1 matches for "llvmopaquegenericvalue".

2008 Sep 12
1
[LLVMdev] [PATCH] Link in codegen components in llvm-c
...================================================= --- include/llvm-c/ExecutionEngine.h (revision 56175) +++ include/llvm-c/ExecutionEngine.h (working copy) @@ -24,6 +24,7 @@ #ifdef __cplusplus extern "C" { +#include "llvm/LinkAllCodegenComponents.h" #endif typedef struct LLVMOpaqueGenericValue *LLVMGenericValueRef; Cheers, Jonathan