diff options
| author | Sean Callanan <scallanan@apple.com> | 2014-12-05 01:17:47 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2014-12-05 01:17:47 +0000 |
| commit | 47aed6365ff75ee31a5a421dadaae3c2276db72c (patch) | |
| tree | 58a7cf4593028405493ed882c34be30c374c99dd | |
| parent | 5dc2981cf8ff580fda060c93e663730b17e9be95 (diff) | |
| download | bcm5719-llvm-47aed6365ff75ee31a5a421dadaae3c2276db72c.tar.gz bcm5719-llvm-47aed6365ff75ee31a5a421dadaae3c2276db72c.zip | |
Added the LLDB enumeration necessary to find the
Clang headers directory. Needed by r223430.
llvm-svn: 223432
| -rw-r--r-- | lldb/include/lldb/lldb-enumerations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h index 026924df560..3c83cc04585 100644 --- a/lldb/include/lldb/lldb-enumerations.h +++ b/lldb/include/lldb/lldb-enumerations.h @@ -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; //---------------------------------------------------------------------- |

