Top "Llvm-gcc" questions

llvm-gcc is a modified version of gcc that compiles C/ObjC programs into native objects, LLVM bitcode or LLVM assembly language, depending upon the options.

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
Unsupported compiler 'com.apple.compilers.llvmgcc42' xcode 5 DP

I have a project which contains Geos and Proj inside it. Before Xcode 5 I compiled them with LLVM GCC 4.2 compiler, …

ios xcode5 projects-and-solutions llvm-gcc geos
Optimization levels in LLVM and Clang

I am working on a project that I had been compiling with LLVM 2.6 and the llvm-gcc front end. I'm trying …

llvm clang llvm-gcc
Are llvm-gcc and clang binary compatible with gcc? - particularly mingw gcc on Windows

If I build a static library with llvm-gcc, then link it with a program compiled using mingw gcc, will the …

gcc linker llvm clang llvm-gcc
How to remove the OSX-GCC-Installer?

Just a couple of days ago I discovered and used Kenneth Reitz's OSX-GCC-Installer to solve the issue of installing Ruby 1.9.3 …

xcode gcc osx-lion llvm-gcc
How to find arm-apple-darwin#-llvm-gcc-4.2 compiler on Xcode 5?

I am tying a cross compilation and for that I need to find where Xcode have placed the arm-gcc compiller. …

ios gcc linker xcode5 llvm-gcc
LLVM equivalent of gcc -D macro definition on commandline

I am looking for LLVM (or clang) equivalent of gcc's -D flag which enables macro definition at commandline. Any pointers …

llvm clang llvm-gcc
NO such file or directory for the files -----stdarg.h and float.h?

I am using some files on .mm extension in the xcode project for compiling these files we have added the …

ios c llvm-gcc
iOS xCode5 Unsupported compiler 'com.apple.compilers.llvmgcc42' error when compiler set to LLVM 5.0

I'm trying to open one of my older projects, that was built using iOS 6.0. The project used to compile fine, …

ios6 ios7 xcode5 llvm-gcc llvm5