Displaying 3 results from an estimated 3 matches for "c460a906".
2011 Jan 04
0
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
On Jan 4, 2011, at 7:45 AM, arrowdodger wrote:
> Hello. I see many discrepancies in config.h file generated by CMake and autoheader.
>
> Most of them are following:
> In autofoo-generated config:
> /* Define to 1 if you have the `<name>' function. */
> #define HAVE_<name> 1
> but in CMake-generated:
> #undef HAVE_<name>
> This happens because in
2011 Jan 05
2
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
...atter seems more complex to me, since i see no other way except
grep'ing all code for #define's and remove those, which aren't used
anywhere.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110105/c460a906/attachment.html>
2011 Jan 04
3
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
Hello. I see many discrepancies in config.h file generated by CMake and
autoheader.
Most of them are following:
In autofoo-generated config:
> /* Define to 1 if you have the `<name>' function. */
> #define HAVE_<name> 1
>
but in CMake-generated:
> #undef HAVE_<name>
>
This happens because in config.h.cmake (config.h.in analog) these functions
just are not