]> granicus.if.org Git - clang/commit
autoconf: add private config.h to clang
authorDylan Noblesmith <nobled@dreamwidth.org>
Wed, 1 Feb 2012 13:50:25 +0000 (13:50 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Wed, 1 Feb 2012 13:50:25 +0000 (13:50 +0000)
commit04f7a889b29f832d7bf66dcefdd7adbf0bddc4da
tree2e1f864e86962434a48ae13760e26ac0c90fa44a
parentf9b6e97638eeb0a8547f8c8e1f8169e6b4e2c969
autoconf: add private config.h to clang

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 (and sets the groundwork
for configuring clang separately, too).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149497 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Config/config.h.in [new file with mode: 0644]