Questions tagged [llvm5]
4 questions
11
votes
1 answer
Using Boost on Xcode 5 - Apple LLVM 5.0
I have a problem building Boost for Xcode 5 now that there is only one compiler LLVM 5.0.
I've tried with Homebrew using --c++11, using clang.... I've tried various ideas and scripts but none has worked so far.

Metodij Zdravkin
- 914
- 1
- 14
- 23
6
votes
3 answers
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, but when opened under xCode 5, I get this cryptic error message.
Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for…

Alex Stone
- 46,408
- 55
- 231
- 407
4
votes
0 answers
Enable modules (c and Objective C) does not work as expected with Static Library along with Obj-C linker flag
I am developing a iOS static library and use CoreLocation and MapKit framework within the static library. Xcode 5 with LLVM 5 has new build setting 'Enable Modules (C and Objective-C)' and 'Link frameworks Automatically'
These settings eliminate the…

Bharath Booshan
- 211
- 2
- 10
0
votes
2 answers
How to obtain the DataLayout from TargetMachine in LLVM 5.0?
In this commit, getDataLayout has been removed after deprecation. What's the current way of obtaining the DataLayout?

Bartek Banachewicz
- 38,596
- 7
- 91
- 135