search for: annotationid

Displaying 3 results from an estimated 3 matches for "annotationid".

Did you mean: annotation
2009 Sep 22
0
[LLVMdev] help with llvm make system
Stefan Oestreicher <stefan.oestreicher at deluxe-design.at> writes: [snip] > Unfortunately no matter what I do to the makefile of the compiler tool > it won't compile. I always get errors in llvm/Support/Annotation.h that > look like some type declarations are missing. Unfortunately my > experience building C/C++ programs, especially with autoconf etc., is > very
2009 Sep 22
1
[LLVMdev] help with llvm make system
...s and the compile > command (do make VERBOSE=1 in case it is hidden the first few errors are: f:/dev/projects/llvm-2.5/include/llvm/Support/Annotation.h:42: error: expected unqualified-id before numeric constant f:/dev/projects/llvm-2.5/include/llvm/Support/Annotation.h: In constructor `llvm::AnnotationID::AnnotationID(unsigned int)': f:/dev/projects/llvm-2.5/include/llvm/Support/Annotation.h:47: error: expected identifier before numeric constant f:/dev/projects/llvm-2.5/include/llvm/Support/Annotation.h:47: error: expected `(' before numeric constant f:/dev/projects/llvm-2.5/include/llvm/...
2009 Sep 22
2
[LLVMdev] help with llvm make system
Hi, I'm working on a compiler for a small toy language and I'm using the llvm sample project layout, i.e. the llvm make system. I've got one library (lomo-core) which contains my parser and all that stuff and one tool (lomoc) which is my compiler executable. The tool declares the library as dependency using: USEDLIBS = lomo-core Now that I've started to add IR generation I