forked from OSchip/llvm-project
[cmake] LLVMAsmParser - add include/llvm/ASMParser header path
Copy + paste typo meant we were picking up the include/llvm/Analysis path instead
This commit is contained in:
parent
e7ae732a44
commit
2aef5b62c9
|
@ -5,7 +5,7 @@ add_llvm_component_library(LLVMAsmParser
|
|||
Parser.cpp
|
||||
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/Analysis
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/ASMParser
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
|
|
Loading…
Reference in New Issue