Added the LLDB enumeration necessary to find the
authorSean Callanan <scallanan@apple.com>
Fri, 5 Dec 2014 01:17:47 +0000 (01:17 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 5 Dec 2014 01:17:47 +0000 (01:17 +0000)
Clang headers directory.  Needed by r223430.

llvm-svn: 223432

lldb/include/lldb/lldb-enumerations.h

index 026924d..3c83cc0 100644 (file)
@@ -853,8 +853,8 @@ namespace lldb {
         ePathTypePythonDir,             // Find Python modules (PYTHONPATH) directory
         ePathTypeLLDBSystemPlugins,     // System plug-ins directory
         ePathTypeLLDBUserPlugins,       // User plug-ins directory
-        ePathTypeLLDBTempSystemDir      // The LLDB temp directory for this system that will be cleaned up on exit
-        
+        ePathTypeLLDBTempSystemDir,     // The LLDB temp directory for this system that will be cleaned up on exit
+        ePathTypeClangDir               // Find path to Clang builtin headers
     } PathType;
     
     //----------------------------------------------------------------------