Top "Llvm" questions

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

Switching between GCC and Clang/LLVM using CMake

I have a number of projects built using CMake and I'd like to be able to easily switch between using …

cmake llvm clang
What exactly is LLVM?

I keep hearing about LLVM all the time. It's in Perl, then it's in Haskell, then someone uses it in …

gcc llvm
How to make clang compile to llvm IR

I want clang to compile my C/C++ code to LLVM bytecode rather than binary executable. How can I achieve …

c llvm clang
clang: how to list supported target architectures?

Currently I am interested in ARM in general and specifically iphone/android targets. But I just want to know more …

clang llvm
How to update LLVM & Clang on Mac OSX?

On my version of Mac OSX (Lion 10.7.1, XCode 4.1), there is LLVM 3.0svn and Clang 2.1. The current versions are LLVM 3.0 and …

xcode macos osx-lion llvm clang
LLVM C++ IDE for Windows

Is there some C/C++ IDE for Windows, which is integrated with the LLVM compiler (and Clang C/C++ analyzer), …

c++ windows ide llvm clang
How to call methods or execute code in LLDB debugger?

I know I can type print someFloatVariable when I set a breakpoint or po [self someIvarHoldingAnObject], but I can't do …

xcode llvm lldb
How to use clang/llvm with Eclipse CDT

Is it possible to use Clang/LLVM with Eclipse CDT and if so, how is it configured to actually make …

eclipse-cdt llvm clang
How to detect LLVM and its version through #define directives?

The question is quite clear I think. I'm trying to write a compiler detection header to be able to include …

c clang llvm c-preprocessor
Clang on Windows

First of all, I've followed "Getting Started: Building and Running Clang". In particular, I've built it according to "Using Visual …

c++ windows mingw llvm clang