diff options
Diffstat (limited to 'tools/llvmc/CompilerDriver.h')
-rw-r--r-- | tools/llvmc/CompilerDriver.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/llvmc/CompilerDriver.h b/tools/llvmc/CompilerDriver.h index ea999b44d9..4a858ad743 100644 --- a/tools/llvmc/CompilerDriver.h +++ b/tools/llvmc/CompilerDriver.h @@ -161,6 +161,12 @@ namespace llvm { virtual void setPhaseArgs(Phases phase, const StringVector& opts) = 0; /// @brief Set Library Paths + virtual void setIncludePaths(const StringVector& paths) = 0; + + /// @brief Set Library Paths + virtual void setSymbolDefines(const StringVector& paths) = 0; + + /// @brief Set Library Paths virtual void setLibraryPaths(const StringVector& paths) = 0; /// @brief Set the list of library paths to be searched for |