search for: posix&gcc

Displaying 3 results from an estimated 3 matches for "posix&gcc".

2013 Jan 22
1
[LLVMdev] Using 'llvm-build' for out-of-tree projects
...onments than CMake. Implementing the requirement you mention seems easy enough while using toolchains where clang/clang++ works as a drop-in replacement for the platform compiler (i.e. gcc/g++ on Linux). For the general case, it looks quite tricky. The feature can be implemented for the easy case (POSIX&gcc, which, most likely, is what everybody uses) and reject it for the rest. BTW, is compiler-rt integrated in the CMake LLVM/Clang build process, or is it a separate step?
2013 Jan 22
0
[LLVMdev] Using 'llvm-build' for out-of-tree projects
Le 22 janv. 2013 à 13:12, David Chisnall <david.chisnall at cl.cam.ac.uk> a écrit : > On 22 Jan 2013, at 12:04, Duncan Sands wrote: > >> for an out-of-tree build you can use llvm-config to get include paths and so on. >> I don't think there is any point bothering with llvm-build for this case. > > CMake works nicely for out-of-tree projects. I have an
2013 Jan 22
4
[LLVMdev] Using 'llvm-build' for out-of-tree projects
On 22 Jan 2013, at 12:04, Duncan Sands wrote: > for an out-of-tree build you can use llvm-config to get include paths and so on. > I don't think there is any point bothering with llvm-build for this case. CMake works nicely for out-of-tree projects. I have an optimiser plugin that builds this way. I'm not sure if it's fixed now, but the autoconf builds used to not install the