mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
e4bb0ad874
Copy + paste typo meant we were picking up the include/llvm/Analysis path instead
13 lines
195 B
CMake
13 lines
195 B
CMake
# AsmParser
|
|
add_llvm_component_library(LLVMAsmParser
|
|
LLLexer.cpp
|
|
LLParser.cpp
|
|
Parser.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ASMParser
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|