[cmake] LLVMGlobalISel - add include/llvm/CodeGen/GlobalISel header path

Pick up the GlobalISel headers in MSVC projects
This commit is contained in:
Simon Pilgrim 2020-04-18 11:50:04 +01:00
parent 2aef5b62c9
commit 5c16da387e
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ add_llvm_component_library(LLVMGlobalISel
RegisterBankInfo.cpp
Utils.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/GlobalISel
DEPENDS
intrinsics_gen
)