summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/CompilerDriver.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-05 22:15:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-05 22:15:36 +0000
commit0c6a283b2ab8f921e30686984ccfa89c07296d3e (patch)
tree069e034ed48d654007c6d8a0287c653cbf7daa37 /llvm/tools/llvmc/CompilerDriver.h
parented3f95892de3b192e52059361463db208bc1b218 (diff)
downloadbcm5719-llvm-0c6a283b2ab8f921e30686984ccfa89c07296d3e.tar.gz
bcm5719-llvm-0c6a283b2ab8f921e30686984ccfa89c07296d3e.zip
Stop propagating method names that violate the coding standard
llvm-svn: 17498
Diffstat (limited to 'llvm/tools/llvmc/CompilerDriver.h')
-rw-r--r--llvm/tools/llvmc/CompilerDriver.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/tools/llvmc/CompilerDriver.h b/llvm/tools/llvmc/CompilerDriver.h
index e15bc221da7..62e53e2702c 100644
--- a/llvm/tools/llvmc/CompilerDriver.h
+++ b/llvm/tools/llvmc/CompilerDriver.h
@@ -161,7 +161,7 @@ namespace llvm {
/// @brief Set the output machine name.
virtual void setOutputMachine(const std::string& machineName) = 0;
- /// @brief Set Preprocessor specific options
+ /// @brief Set the options for a given phase.
virtual void setPhaseArgs(Phases phase, const StringVector& opts) = 0;
/// @brief Set Library Paths
@@ -173,10 +173,12 @@ namespace llvm {
/// @brief Set Library Paths
virtual void setLibraryPaths(const StringVector& paths) = 0;
- /// @brief Set the list of library paths to be searched for
- /// libraries.
+ /// @brief Add a path to the list of library paths
virtual void addLibraryPath( const sys::Path& libPath ) = 0;
+ /// @brief Add a path to the list of paths in which to find tools
+ virtual void addToolPath( const sys::Path& toolPath) = 0;
+
/// @brief Set the list of -f options to be passed through
virtual void setfPassThrough(const StringVector& fOpts) = 0;
OpenPOWER on IntegriCloud