forked from OSchip/llvm-project
Added the LLDB enumeration necessary to find the
Clang headers directory. Needed by r223430. llvm-svn: 223432
This commit is contained in:
parent
5dc2981cf8
commit
47aed6365f
|
@ -853,8 +853,8 @@ namespace lldb {
|
||||||
ePathTypePythonDir, // Find Python modules (PYTHONPATH) directory
|
ePathTypePythonDir, // Find Python modules (PYTHONPATH) directory
|
||||||
ePathTypeLLDBSystemPlugins, // System plug-ins directory
|
ePathTypeLLDBSystemPlugins, // System plug-ins directory
|
||||||
ePathTypeLLDBUserPlugins, // User 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;
|
} PathType;
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue