[llvm-commits] [PATCH] autoconf: add private config.h to clang

nobled nobled at dreamwidth.org
Mon Jan 30 13:01:56 PST 2012


This already exists in the CMake build, which is part of what makes
building clang separately from llvm via cmake possible. This cleans up
that discrepancy between the build systems.

I'll just add the minimal file include/clang/Config/config.h.in (with
the same contents as its config.h.cmake counterpart), then add it to
LLVM's configure script so it gets generated, then remove the #ifdef
logic from clang that was conditionally including the cmake generated
header.

Okay to commit?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.h.in
Type: application/octet-stream
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120130/3f6c914a/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-autoconf-add-clang-s-private-config-header.patch
Type: text/x-patch
Size: 1416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120130/3f6c914a/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-include-clang-s-config.h-unconditionally.patch
Type: text/x-patch
Size: 3732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120130/3f6c914a/attachment-0001.bin>


More information about the llvm-commits mailing list