[cfe-users] Bitcode embedded fat iOS static library from c++ code

2017-08-29 Thread Tamas Toth via cfe-users
Hi, I would like to create a fat iOS static library from a bunch of c++ code (multiple projects) with embedded bitcode. I would like to use this library in an Xcode workspace where bitcode is enabled. The server where the c++ code is being built is CentOS based. So I downloaded LLVM 4.0 with

Re: [cfe-users] How to tell Clang which version of CUDA to use ?

2017-08-29 Thread Jean-Loup Tastet via cfe-users
As a workaround, we have temporarily disabled the CUDA 9.0 install (by renaming its directory to /usr/local/_cuda-9.0). Now the program compiles as expected (I also recompiled Clang in the meantime). As soon as I manage to convince my sysadmin to enable CUDA 9.0 again, I will retry with the `-v` c