Top "Llvm" questions

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

Build 32-bit with 64-bit llvm-gcc

I have a 64-bit version of llvm-gcc, but I want to be able to build both 32-bit and 64-bit binaries. …

64-bit 32-bit 32bit-64bit llvm llvm-gcc
Why am I getting the error: command 'llvm-gcc-4.2' failed with exit status 1

I am setting up os X 10.7. I am using the default install of Python: /Library/Frameworks/Python.framework/Versions/2.7/lib/…

python osx-lion llvm easy-install
Why am I getting "undefined reference to `dladdr'" even with -ldl for this simple program?

I'm working through an LLVM Tutorial, but I'm having trouble compiling. I've written a minimal example that reproduces the issue: #…

c++ ubuntu compilation linker llvm
Is there some literal dictionary or array syntax in Objective-C?

It's always been possible to create NSArrays (and NSDictionaries/NSNumber) with vararg method calls, like: [NSArray arrayWithObjects: @"a", @"b", @"c", …

objective-c llvm clang objective-c-literals
Why is llvm considered unsuitable for implementing a JIT?

Many dynamic languages implement (or want to implement) a JIT Compiler in order to speed up their execution times. Inevitably, …

llvm jit
LLVM vs. GCC for iOS development

In latest iOS SDK, Apple provides three compiler options: GCC, LLVM with Clang and LLVM-GCC. I understand more or less …

iphone objective-c compiler-construction llvm clang
Why isn't there a good scheme/lisp on llvm?

There is Gambit Scheme, MIT Scheme, PLT Scheme, Chicken Scheme, Bigloo, Larceny, ...; then there are all the lisps. Yet, there's …

lisp scheme llvm
What are the differences between LLVM and java bytecode?

I dont understand the difference between LLVM and the java (bytecode), what are they? -edit- by 'what are they' i …

java comparison jvm llvm
How to use cscope for a project which has .c , .cpp and .h files?

I am working on a project which requires the understanding of llvm compiler source-code. To browse source code of llvm, …

c++ c llvm cscope
Clang and LLVM - Release vs Debug builds

It seems like a simple question, but it's taking a lot of time to figure out... In the instructions for …

debugging configuration clang llvm building