Please include this line to enable build (dotnet/coreclr#12382)
authorRichard L. Jackson <denezt@users.noreply.github.com>
Wed, 21 Jun 2017 09:33:20 +0000 (11:33 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 21 Jun 2017 09:33:20 +0000 (11:33 +0200)
find_path(LLDB_H "lldb/API/LLDB.h" PATHS "/usr/lib/llvm-4.0/include")

Commit migrated from https://github.com/dotnet/coreclr/commit/0c457911c19fcfb921f69c5e06450f5d89f068b9

src/coreclr/src/ToolBox/SOS/lldbplugin/CMakeLists.txt

index 203c179..db2516a 100644 (file)
@@ -75,7 +75,7 @@ endif()
 # If the file in a directory is found the result is stored in the variable and the search will not be repeated unless the variable is cleared.
 find_path(LLDB_H "lldb/API/LLDB.h" PATHS "${WITH_LLDB_INCLUDES}" NO_DEFAULT_PATH)
 find_path(LLDB_H "lldb/API/LLDB.h")
-
+find_path(LLDB_H "lldb/API/LLDB.h" PATHS "/usr/lib/llvm-4.0/include")
 find_path(LLDB_H "lldb/API/LLDB.h" PATHS "/usr/lib/llvm-3.9/include")
 find_path(LLDB_H "lldb/API/LLDB.h" PATHS "/usr/lib/llvm-3.8/include")
 find_path(LLDB_H "lldb/API/LLDB.h" PATHS "/usr/lib/llvm-3.7/include")