summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2014-12-05 01:17:47 +0000
committerSean Callanan <scallanan@apple.com>2014-12-05 01:17:47 +0000
commit47aed6365ff75ee31a5a421dadaae3c2276db72c (patch)
tree58a7cf4593028405493ed882c34be30c374c99dd
parent5dc2981cf8ff580fda060c93e663730b17e9be95 (diff)
downloadbcm5719-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.h4
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;
//----------------------------------------------------------------------
OpenPOWER on IntegriCloud