As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
The tests for the Ocaml bindings (which are automatically installed if you make LLVM with Ocaml already installed) all fail under cygwin, and when I try to create even the most trivial program, I get
I have the following code in an NSView subclass: - (id)forwardingTargetForSelector:(SEL)aSelector { if ([super respondsToSelector:@selector(forwardingTargetForSelector:)]) {
I\'m writing a LLVM scripting engine that JIT compiles scripting code in a custom language. My problem is 开发者_运维知识库that I\'m unable to call external functions (even the C99 erf() function is f
The readme for Xcode 3.2.5 (PDF) says: Using the LLVM compiler requires the 10.6 SDK Does this mean that the LLVM compiler (not LLVM GCC) can only be used to compile applications targeted at 10.6
I\'ve been working on a small tool with clang/llvm but I haven\'t been able to successfully get g++ and gnu\'s linker to properly link my code against clang.
When compiling my app with LLVM, just about the only errors I get are: Potential leak of an object allocated on line xxx
For some reason, this information is difficult to come by. We\'d like to start using some of the C++0x features that are available in most compilers.But we are held back a bit by XCode 3, since it on
I work on software written in C t开发者_高级运维hat runs on a variety of ARM processors with different architectures (ARMv5, ARMv6 mostly). We currently compile our code with a few different versions
I have this method, and the analyzer tells me there is a potential leak of the itemsArray mutable array. I have added the corresponding release at the end of the method, but still the analyzer result