OSDN Git Service

These changes are necessary to support the new llvm-config tool. llvm-config
authorReid Spencer <rspencer@reidspencer.com>
Wed, 22 Mar 2006 15:59:55 +0000 (15:59 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 22 Mar 2006 15:59:55 +0000 (15:59 +0000)
commitf2722ca33913feb7c0eafe31dc5851a2ab7466fe
treeb91d0e3c68c3d0fa04506f24386aba18cf2ef21d
parent63d3300da1ec6403fbf11f62d6404c7f87bffdba
These changes are necessary to support the new llvm-config tool. llvm-config
is a handy tool for users of LLVM who want to be able to quickly get
information about LLVM's configuration. It is intended to be used in the
command line of other tools. Documentation will be forthcoming in a
subsequent patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26952 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
autoconf/configure.ac
configure
tools/llvm-config/Makefile
tools/llvm-config/find-cycles.pl [new file with mode: 0755]
tools/llvm-config/llvm-config.in.in [new file with mode: 0644]
utils/llvm-config/Makefile
utils/llvm-config/find-cycles.pl [new file with mode: 0755]
utils/llvm-config/llvm-config.in.in [new file with mode: 0644]