[cfe-commits] [PATCH] CMake: [PR9321] Don't install include/clang/**/*.td.
Douglas Gregor
dgregor at apple.com
Sun Feb 27 21:15:14 PST 2011
Sent from my iPhone
On Feb 27, 2011, at 8:47 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> ---
> CMakeLists.txt | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> Are *.td(s) needed? Autoconf does not provide installing them.
> If they might be needed, I can rework for Makefile.
No, *.tds do not need to be installed. They are just TableGen inputs used to generate other sources, some of which do need to be installed.
More information about the cfe-commits
mailing list