From 47aed6365ff75ee31a5a421dadaae3c2276db72c Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Fri, 5 Dec 2014 01:17:47 +0000 Subject: [PATCH] Added the LLDB enumeration necessary to find the Clang headers directory. Needed by r223430. llvm-svn: 223432 --- lldb/include/lldb/lldb-enumerations.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h index 026924d..3c83cc0 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; //---------------------------------------------------------------------- -- 2.7.4