search for: 6b4e5e2a

Displaying 1 result from an estimated 1 matches for "6b4e5e2a".

2011 Sep 21
1
[LLVMdev] question on clang c++ support
Hi, I am new to linux, llvm and clang, so please excuse me if I ask some basic level questions. :) I have some c code with code like below, so it won't compile with clang #include <math.h> #include <pthread.h> #include <sys/time.h> #include <unistd.h> #include <stdlib.h> #include <malloc.h> #include <sched.h> I think that I need to do the following