From f3cfe88ad168a9851154a9d2f356584cd625b5c7 Mon Sep 17 00:00:00 2001 From: "Richard L. Jackson" Date: Wed, 21 Jun 2017 11:33:20 +0200 Subject: [PATCH] Please include this line to enable build (dotnet/coreclr#12382) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/ToolBox/SOS/lldbplugin/CMakeLists.txt b/src/coreclr/src/ToolBox/SOS/lldbplugin/CMakeLists.txt index 203c179..db2516a 100644 --- a/src/coreclr/src/ToolBox/SOS/lldbplugin/CMakeLists.txt +++ b/src/coreclr/src/ToolBox/SOS/lldbplugin/CMakeLists.txt @@ -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") -- 2.7.4