First version of a utility internal to llvmc that handles the parsing and
authorReid Spencer <rspencer@reidspencer.com>
Fri, 13 Aug 2004 20:21:22 +0000 (20:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 13 Aug 2004 20:21:22 +0000 (20:21 +0000)
commit2594c9abbf1301d204782cbab1a0a4e392ddbe88
tree5431c57ecbaa8d6da442cf3f90c42c8b00f478eb
parent2c8ab588d5b8ebdee2431df200ce27edc2928174
First version of a utility internal to llvmc that handles the parsing and
construction of configuration data for compiler front ends.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15727 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/ConfigData.cpp [new file with mode: 0644]
tools/llvmc/ConfigData.h [new file with mode: 0644]
tools/llvmc/Configuration.cpp [new file with mode: 0644]
tools/llvmc/Configuration.h [new file with mode: 0644]