search for: checksymbol

Displaying 3 results from an estimated 3 matches for "checksymbol".

Did you mean: checksymbols
2009 Aug 27
2
[LLVMdev] A patch for refine the cmake system and also configure
...esn't support for svn's rename mechanics. So I just add these two file and doesn't delete the old history files Because I doesn't get configure working (I am not using Unix or Linux), so i doesn't testing configure yet. But cmake is working file on win32. Also I add an module CheckSymbols It's a module support for check_type_exists and check_include_exists and so on. But I doesn't delete iterator.in and iterator.cmake and DataTypes.h.cmake DataTypes.h.in Indeed, because those two new file is based on these files. So we can using the svnr rename function to trace these f...
2009 Aug 27
0
[LLVMdev] A patch for refine the cmake system and also configure
...rename mechanics. > So I just add these two file and doesn't delete the old history files > > Because I doesn't get configure working (I am not using Unix or > Linux), so i doesn't testing configure yet. > But cmake is working file on win32. > > Also I add an module CheckSymbols > It's a module support for check_type_exists and check_include_exists and so on. > > But I doesn't delete > iterator.in > and > iterator.cmake > and > DataTypes.h.cmake > DataTypes.h.in > > Indeed, because those two new file is based on these files. > S...
2009 Aug 27
1
[LLVMdev] A patch for refine the cmake system and also configure
...define HAVE_STDINT_H ${HAVE_STDINT_H} + +/* Define to 1 if the system has the type `uint64_t'. */ +#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T} + +/* Define to 1 if the system has the type `u_int64_t'. */ +#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T} And because I add Index: cmake/modules/CheckSymbols.cmake so that we can using check_type_exists in cmake to identify HAVE_U_INT64_T and HAVE_UINT64_T and also +#cmakedefine HAVE_BI_ITERATOR ${HAVE_BI_ITERATOR} + +/* Define to 1 if you have the standard `iterator' struct */ +#cmakedefine HAVE_STD_ITERATOR ${HAVE_STD_ITERATOR} + +/* Define to 1...