Displaying 2 results from an estimated 2 matches for "check_c".
Did you mean:
check_
2016 Sep 16
5
(Thin)LTO llvm build
On Fri, Sep 16, 2016 at 10:54 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
> Can you look for the specific errors in the CMake log and error files?
>
> CMake is very good at not presenting the real issue…
> Here it is trying to build very simple programs to check features
> availability. Like:
>
> #include <strings.h>
> int main() { ffs(0); return 0;
2016 Sep 20
4
(Thin)LTO llvm build
...symlink to llvm-3.8/lib/LLVMgold.so, which
> doesn't exist. This looks like a mistake in the llvm-3.8-dev package.
> This bug might be related:
>
> https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-snapshot/+bug/1254970
>
> The tests use CMake's standard mechanism check_c{xx}_source_compiles()
> to check whether a source file compiles and links. I assume it is just
> the first project in the configure chain to make use of it.
>
> Michael
>
>
> 2016-09-16 23:18 GMT+02:00 Carsten Mattner via llvm-dev
> <llvm-dev at lists.llvm.org>:
>...