forked from OSchip/llvm-project
[cmake] LLVMGlobalISel - add include/llvm/CodeGen/GlobalISel header path
Pick up the GlobalISel headers in MSVC projects
This commit is contained in:
parent
2aef5b62c9
commit
5c16da387e
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue