From 96c135b3c63c1e93d4b4162ab45cacc0ef0a02c9 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 18 Apr 2020 12:09:21 +0100 Subject: [PATCH] [cmake] LLVMDWARFLinker - add include/llvm/DWARFLinker header path Pick up the DWARFLinker headers in MSVC projects --- lib/DWARFLinker/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/DWARFLinker/CMakeLists.txt b/lib/DWARFLinker/CMakeLists.txt index 724ed7613ae..b7ec782eb10 100644 --- a/lib/DWARFLinker/CMakeLists.txt +++ b/lib/DWARFLinker/CMakeLists.txt @@ -4,6 +4,9 @@ add_llvm_component_library(LLVMDWARFLinker DWARFLinker.cpp DWARFStreamer.cpp + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker + DEPENDS intrinsics_gen )