OSDN Git Service

Add a bit of lazy evaluation to PopulateCompilationGraph().
authorMikhail Glushenkov <foldr@codedgers.com>
Wed, 12 Nov 2008 00:05:17 +0000 (00:05 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Wed, 12 Nov 2008 00:05:17 +0000 (00:05 +0000)
commit262d248833d8fa467970ad83f04ab1c523cb35b2
tree131d7f70e397977b2e42b37dfcbb9914c577bbcb
parentaa4774caaafddb1ddf42485598f6040469615ce2
Add a bit of lazy evaluation to PopulateCompilationGraph().

Only the tools that are mentioned in the compilation graph definition
are now inserted by PopulateCompilationGraph(). This should cut down
plugin loading time a little.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59097 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/LLVMCConfigurationEmitter.cpp