[lld/COFF] Demangle symbol name in discarded section relocation error message (#119726)
[llvm-project.git] / llvm / lib / AsmParser / CMakeLists.txt
blobb0ed82729c7af12f6c86c72bc9c5936043383667
1 # AsmParser
2 add_llvm_component_library(LLVMAsmParser
3   LLLexer.cpp
4   LLParser.cpp
5   Parser.cpp
7   ADDITIONAL_HEADER_DIRS
8   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ASMParser
10   DEPENDS
11   intrinsics_gen
13   LINK_COMPONENTS
14   BinaryFormat
15   Core
16   Support
17   )