mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 21:09:21 +00:00
7 lines
89 B
CMake
7 lines
89 B
CMake
# AsmParser
|
|
add_llvm_library(LLVMAsmParser
|
|
LLLexer.cpp
|
|
LLParser.cpp
|
|
Parser.cpp
|
|
)
|