summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Korous <jkorous@apple.com>2019-10-15 17:51:59 +0000
committerJan Korous <jkorous@apple.com>2019-10-15 17:51:59 +0000
commit92d65244d538fe82dc83492b2521e757bb84e96f (patch)
treed65c20c0c9e8a8bd92c319ddf142a5a44d24935c /include
parent943e5a44883539848588e33bffbe2a1773dc4b43 (diff)
downloadclang-92d65244d538fe82dc83492b2521e757bb84e96f.tar.gz
Reland [Driver] Fix -working-directory issues
Don't change the default VFS in Driver, update tests & reland. This reverts commit 999f8a7416f8edc54ef92e715fd23c532bcc74d4. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Basic/DiagnosticDriverKinds.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td
index 95d67b11da..5ff03e1335 100644
--- a/include/clang/Basic/DiagnosticDriverKinds.td
+++ b/include/clang/Basic/DiagnosticDriverKinds.td
@@ -91,6 +91,8 @@ def err_no_external_assembler : Error<
"there is no external assembler that can be used on this platform">;
def err_drv_unable_to_remove_file : Error<
"unable to remove file: %0">;
+def err_drv_unable_to_set_working_directory : Error <
+ "unable to set working directory: %0">;
def err_drv_command_failure : Error<
"unable to execute command: %0">;
def err_drv_invalid_darwin_version : Error<