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)
commit30a89761276fc25ec595af6a79b004361caf974c
treefa0c41a0885a847c0f1ebdf61145c7da72290c67
parent66886253a7408b697c7f3760eb4869fa74248e1a
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.

llvm-svn: 146711
llvm/tools/llvm-config/BuildVariables.inc.in
llvm/tools/llvm-config/CMakeLists.txt
llvm/tools/llvm-config/Makefile
llvm/tools/llvm-config/llvm-config.cpp