mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
4e00f5f8fd
llvm-svn: 145420
7 lines
89 B
CMake
7 lines
89 B
CMake
# AsmParser
|
|
add_llvm_library(LLVMAsmParser
|
|
LLLexer.cpp
|
|
LLParser.cpp
|
|
Parser.cpp
|
|
)
|