[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:
Simon Pilgrim 2020-04-18 10:15:08 +01:00
parent e7ae732a44
commit 2aef5b62c9
1 changed files with 1 additions and 1 deletions

View File

@ -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