Added the LLDB enumeration necessary to find the

Clang headers directory.  Needed by r223430.

llvm-svn: 223432
This commit is contained in:
Sean Callanan 2014-12-05 01:17:47 +00:00
parent 5dc2981cf8
commit 47aed6365f
1 changed files with 2 additions and 2 deletions

View 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;
//----------------------------------------------------------------------