mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[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
9ef9eb35cd
commit
e4bb0ad874
@ -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…
x
Reference in New Issue
Block a user