summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/CompilerDriver.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-19 00:52:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-19 00:52:28 +0000
commite9bee08f1d31f038eeed77c0e88407b39e35e2d2 (patch)
treeb140d893ecdeaae9af0006f3db95fecf5bf45e6b /llvm/tools/llvmc/CompilerDriver.h
parenta80f16710fd85a9498feecef28d70b1b0611faab (diff)
downloadbcm5719-llvm-e9bee08f1d31f038eeed77c0e88407b39e35e2d2.tar.gz
bcm5719-llvm-e9bee08f1d31f038eeed77c0e88407b39e35e2d2.zip
For PR514:
* language specification files are no longer configured with "configure" * add substitutions for %bindir%, %libdir%, and various llvmgcc related variables needed in the c and cpp spec files. * Implement the stubstituions in the Compiler Driver. * Move st.in to projects/Stacker/tools/stkrc where it belongs. llvm-svn: 22128
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 6f9d0f497ac..1100e3e46f8 100644
--- a/llvm/tools/llvmc/CompilerDriver.h
+++ b/llvm/tools/llvmc/CompilerDriver.h
@@ -110,6 +110,7 @@ namespace llvm {
/// @brief Configuration Data Provider interface
class ConfigDataProvider {
public:
+ virtual ~ConfigDataProvider();
virtual ConfigData* ProvideConfigData(const std::string& filetype) = 0;
virtual void setConfigDir(const sys::Path& dirName) = 0;
};
OpenPOWER on IntegriCloud