summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/CompilerDriver.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-22 18:03:25 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-22 18:03:25 +0000
commitf222ee65460d2b592b803357ad2b604671c6abd2 (patch)
treedb9ff4c87f2a0a1c7be01d43d0c9cead214c43a1 /llvm/tools/llvmc/CompilerDriver.h
parent38203721623db4cecce05378658cf96308f22a5d (diff)
downloadbcm5719-llvm-f222ee65460d2b592b803357ad2b604671c6abd2.tar.gz
bcm5719-llvm-f222ee65460d2b592b803357ad2b604671c6abd2.zip
Provide support for retaining the version number found in a config file.
llvm-svn: 15995
Diffstat (limited to 'llvm/tools/llvmc/CompilerDriver.h')
-rw-r--r--llvm/tools/llvmc/CompilerDriver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/CompilerDriver.h b/llvm/tools/llvmc/CompilerDriver.h
index 4b825e22eab..e5bf42fda8f 100644
--- a/llvm/tools/llvmc/CompilerDriver.h
+++ b/llvm/tools/llvmc/CompilerDriver.h
@@ -89,6 +89,7 @@ namespace llvm {
struct ConfigData {
ConfigData();
+ std::string version; ///< The version number.
std::string langName; ///< The name of the source language
StringTable opts; ///< The o10n options for each level
Action PreProcessor; ///< PreProcessor command line
OpenPOWER on IntegriCloud