llvm-gcc Questions

1

Solved

I have been trying to generate code coverage data for my application on XCode 4.2.1 (build 4D502) using the steps outlined at http://code.google.com/p/coverstory/wiki/UsingCoverstory I am obviousl...
Rozanneroze asked 6/12, 2011 at 21:37

3

Solved

I started to use Xcode 4.2 and i have problems with generating code coverage. Xcode 4.2 does not include the GCC 4.2 compiler, but it was replaced with the LLVM GCC 4.2 compiler. The first one was...
Greta asked 15/10, 2011 at 8:24

4

Solved

My app was building and running fine on the simulator and device, but I noticed that for some reason, I had a duplicate directory within my main directory, and some duplicate files as well. So whil...
Lyall asked 13/6, 2011 at 17:20

1

How can i store the map between LLVM IR instruction and line of source code if llvm-gcc or dragonegg are used?
Diadiabase asked 4/3, 2011 at 5:42

1

Solved

I found this: Changing Compiler to llvm-clang on existing iPhone Project But that does not help. I am still getting the error. Setting the BaseSDK to the iPhoneSimulator 3.1 seems to work. But I...
Giliana asked 6/10, 2009 at 13:14

3

I have a 64-bit version of llvm-gcc, but I want to be able to build both 32-bit and 64-bit binaries. Is there a flag for this? I tried passing -m32 (which works on the regular gcc), but I get an er...
Lietuva asked 24/9, 2009 at 21:25

© 2022 - 2024 — McMap. All rights reserved.