llvm-config: Fix --targets-built, I changed this to use the registry but wasn't
authorDaniel Dunbar <daniel@zuster.org>
Fri, 16 Dec 2011 00:04:43 +0000 (00:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 16 Dec 2011 00:04:43 +0000 (00:04 +0000)
commit275dd94afedd3b7331e5e93c9bbadac9a0415798
tree342671386d2dca5cc4e6328909399ce86920c9d6
parentb6744db06f088e1c8a8563c0cb6c202de9ef8aaa
llvm-config: Fix --targets-built, I changed this to use the registry but wasn't
properly initializing the target infos. I decided it wasn't worth linking them
in for this, so just switched back to using the Makefile variable for now. We
can reconsider later if we ever get pluggable targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146711 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-config/BuildVariables.inc.in
tools/llvm-config/CMakeLists.txt
tools/llvm-config/Makefile
tools/llvm-config/llvm-config.cpp