diff options
Diffstat (limited to 'tools/driver/driver.cpp')
-rw-r--r-- | tools/driver/driver.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/driver/driver.cpp b/tools/driver/driver.cpp index 0bd0c60946..c1172817ed 100644 --- a/tools/driver/driver.cpp +++ b/tools/driver/driver.cpp @@ -36,8 +36,7 @@ using namespace clang; using namespace clang::driver; -static llvm::sys::Path GetExecutablePath(const char *Argv0, - bool CanonicalPrefixes) { +llvm::sys::Path GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { if (!CanonicalPrefixes) return llvm::sys::Path(Argv0); |